RetentionPolicyAssignmentItem
public class RetentionPolicyAssignmentItem : BoxModel
The type and id of the content that is under retention.
-
Declaration
Swift
public private(set) var rawData: [String : Any] -
ID of the content that is under retention. In case of enterprise type can be null.
Declaration
Swift
public let id: String? -
Type of the content that is under retention.
Declaration
Swift
public let type: RetentionPolicyAssignmentItemType? -
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throwsParameters
jsonJSON dictionary.
RetentionPolicyAssignmentItem Class Reference