RetentionPolicyEntry
public class RetentionPolicyEntry : BoxModel
Retention policy entry
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get }
-
Box item type
Declaration
Swift
public var type: String
-
Identifier
Declaration
Swift
public let id: String
-
The name of the retention policy.
Declaration
Swift
public let name: String?
-
Declaration
Swift
public required init(json: [String : Any]) throws