Collaborator

public class Collaborator : BoxModel

User taking part in a collaboration.

BoxModel

  • Declaration

    Swift

    public private(set) var rawData: [String : Any] { get }
  • Type of collaborator

    See more

    Declaration

    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.