EventType

public enum EventType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case thing = "THING"
  • Undocumented

    Declaration

    Swift

    case thingGroup = "THING_GROUP"
  • Undocumented

    Declaration

    Swift

    case thingType = "THING_TYPE"
  • Undocumented

    Declaration

    Swift

    case thingGroupMembership = "THING_GROUP_MEMBERSHIP"
  • Undocumented

    Declaration

    Swift

    case thingGroupHierarchy = "THING_GROUP_HIERARCHY"
  • Undocumented

    Declaration

    Swift

    case thingTypeAssociation = "THING_TYPE_ASSOCIATION"
  • job

    Undocumented

    Declaration

    Swift

    case job = "JOB"
  • Undocumented

    Declaration

    Swift

    case jobExecution = "JOB_EXECUTION"
  • Undocumented

    Declaration

    Swift

    case policy = "POLICY"
  • Undocumented

    Declaration

    Swift

    case certificate = "CERTIFICATE"
  • Undocumented

    Declaration

    Swift

    case caCertificate = "CA_CERTIFICATE"
  • Declaration

    Swift

    public var description: String { get }