CollaborationAllowlistExemptTarget
public class CollaborationAllowlistExemptTarget : BoxModel
The record that represents a target (at the moment, only users are supported as targets) that is exempt from the collaboration allowlist.
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get }
-
Box item type
Declaration
Swift
public var type: String
-
Identifier
Declaration
Swift
public let id: String
-
The user that is exempted from the collaboration allowlist
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]) throws
Parameters
json
JSON dictionary.