PermanentDeleteChangePolicyDetails
public class PermanentDeleteChangePolicyDetails : CustomStringConvertible, JSONRepresentable
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
public var description: String { get }
View on GitHub
PermanentDeleteChangePolicyDetails Class Reference