LegalHoldPolicyAssignment
public class LegalHoldPolicyAssignment : BoxModel
Legal hold policy assignment
-
Box item type
Declaration
Swift
public var type: String -
Declaration
Swift
public private(set) var rawData: [String : Any]
-
Identifier
Declaration
Swift
public let id: String -
The policy that the legal hold policy assignment is part of.
Declaration
Swift
public let legalHoldPolicy: LegalHoldPolicy? -
The entity that the legal hold policy assignment is assigned to.
Declaration
Swift
public let assignedTo: LegalHoldPolicyAssignmentItem? -
The user who created the legal hold policy assignment.
Declaration
Swift
public let assignedBy: User? -
When the legal hold policy assignment object was created.
Declaration
Swift
public let assignedAt: Date? -
When the assignment release request was sent.
Declaration
Swift
public let deletedAt: Date? -
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throwsParameters
jsonJSON dictionary.
LegalHoldPolicyAssignment Class Reference