StoragePolicyAssignment
public class StoragePolicyAssignment : BoxModel
Storage policy assignment
-
Enterprise storage policy is assigned to
See moreDeclaration
Swift
public struct AssignedTo : BoxInnerModel
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get } -
Box item type
Declaration
Swift
public var type: String -
Id of the storage policy assignment
Declaration
Swift
public let id: String -
Storage policy
Declaration
Swift
public let storagePolicy: StoragePolicy? -
Enterprise the storage policy is assigned to
Declaration
Swift
public let assignedTo: AssignedTo? -
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throwsParameters
jsonJSON dictionary.
StoragePolicyAssignment Class Reference