PaperChangeMemberPolicyDetails
public class PaperChangeMemberPolicyDetails : CustomStringConvertible, JSONRepresentable
Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default.
-
New paper external accessibility policy.
Declaration
Swift
public let newValue: TeamLog.PaperMemberPolicy
-
Previous paper external accessibility policy. Might be missing due to historical data gap.
Declaration
Swift
public let previousValue: TeamLog.PaperMemberPolicy?
-
Declaration
Swift
public var description: String { get }