Collaborator
public class Collaborator : BoxModel
User taking part in a collaboration.
-
Declaration
Swift
public private(set) var rawData: [String : Any] { get }
-
Type of collaborator
See moreDeclaration
Swift
public enum CollaboratorType
-
Type of collaborator
Declaration
Swift
public var collaboratorValue: CollaboratorType
-
Initializer.
Throws
Decoding error.Declaration
Swift
public required init(json: [String : Any]) throws
Parameters
json
JSON dictionary.