PaperChangeMemberPolicyDetails
open class PaperChangeMemberPolicyDetails : CustomStringConvertible
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
open var description: String { get }