SharedContentChangeDownloadsPolicyDetails
public class SharedContentChangeDownloadsPolicyDetails : CustomStringConvertible, JSONRepresentable
Changed whether members can download shared file/folder.
-
New downloads policy.
Declaration
Swift
public let newValue: TeamLog.DownloadPolicyType -
Previous downloads policy. Might be missing due to historical data gap.
Declaration
Swift
public let previousValue: TeamLog.DownloadPolicyType? -
Declaration
Swift
public var description: String { get }
View on GitHub
SharedContentChangeDownloadsPolicyDetails Class Reference