FileVersionLegalHold
public class FileVersionLegalHold : BoxModel
A file version legal hold object represents all holds on a file version
-
Box item type
Declaration
Swift
public var type: String
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get }
-
The ID of the file version legal hold object.
Declaration
Swift
public let id: String
-
The file version that is held
Declaration
Swift
public let fileVersion: FileVersion?
-
The parent file of the file version that is held.
Declaration
Swift
public let file: File?
-
List of assignments contributing to this hold.
Declaration
Swift
public let legalHoldPolicyAssignments: [LegalHoldPolicyAssignment]?
-
Time that this file version legal hold was deleted.
Declaration
Swift
public let deletedAt: Date?
-
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throws
Parameters
json
JSON dictionary.