PermanentDeleteChangePolicyDetails
open class PermanentDeleteChangePolicyDetails : CustomStringConvertible
Enabled/disabled ability of team members to permanently delete content.
-
New permanent delete content policy.
Declaration
Swift
public let newValue: TeamLog.ContentPermanentDeletePolicy
-
Previous permanent delete content policy. Might be missing due to historical data gap.
Declaration
Swift
public let previousValue: TeamLog.ContentPermanentDeletePolicy?
-
Declaration
Swift
open var description: String { get }