CollaborationWhitelistExemptTarget
public class CollaborationWhitelistExemptTarget : BoxModel
The record that represents a target (at the moment, only users are supported as targets) that is exempt from the collaboration whitelist.
-
Declaration
Swift
public private(set) var rawData: [String : Any] -
Box item type
Declaration
Swift
public var type: String -
Identifier
Declaration
Swift
public let id: String -
The user that is exempted from the collaboration whitelist
Declaration
Swift
public let user: User? -
Mini representation of the enterprise.
Declaration
Swift
public let enterprise: Enterprise? -
When the target object was created.
Declaration
Swift
public let createdAt: Date? -
When the target object was last modified.
Declaration
Swift
public let modifiedAt: Date? -
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throwsParameters
jsonJSON dictionary.
CollaborationWhitelistExemptTarget Class Reference