EventItem

public class EventItem : BoxModel

A metadata object associated with a file or a folder.

BoxModel

  • Declaration

    Swift

    public private(set) var rawData: [String : Any] { get }
  • Type of the object modified by the event

    See more

    Declaration

    Swift

    public enum EventItemType
  • Event item type

    Declaration

    Swift

    public var itemValue: EventItemType
  • Initializer.

    Throws

    Decoding error.

    Declaration

    Swift

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

    Parameters

    json

    JSON dictionary.