RetentionPolicyAssignmentItem

public class RetentionPolicyAssignmentItem : BoxModel

The type and id of the content that is under retention.

BoxModel

  • Declaration

    Swift

    public private(set) var rawData: [String : Any] { get }
  • id

    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]) throws

    Parameters

    json

    JSON dictionary.