ThresholdComparator

public enum ThresholdComparator : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case greaterThan = "GREATER_THAN"
  • Undocumented

    Declaration

    Swift

    case greaterThanOrEqualTo = "GREATER_THAN_OR_EQUAL_TO"
  • Declaration

    Swift

    public var description: String { get }