TypeEnum

public enum TypeEnum : String

The relationship of the entity to the range.

  • Undocumented

    Declaration

    Swift

    case dateFrom = "date_from"
  • Undocumented

    Declaration

    Swift

    case dateTo = "date_to"
  • Undocumented

    Declaration

    Swift

    case numberFrom = "number_from"
  • Undocumented

    Declaration

    Swift

    case numberTo = "number_to"
  • Undocumented

    Declaration

    Swift

    case timeFrom = "time_from"
  • Undocumented

    Declaration

    Swift

    case timeTo = "time_to"