WebhookItem

public enum WebhookItem : BoxModel
extension WebhookItem: CustomDebugStringConvertible

Files, folders, or web links associated with a webhook.

BoxModel

  • Declaration

    Swift

    public var rawData: [String : Any] { get }
  • Folder type

    Declaration

    Swift

    case folder(Folder)
  • File type

    Declaration

    Swift

    case file(File)
  • Initializer.

    Throws

    Decoding error.

    Declaration

    Swift

    public init(json: [String : Any]) throws

    Parameters

    json

    JSON dictionary.

  • Declaration

    Swift

    public var debugDescription: String { get }