ComplianceQueryOperatorType
public enum ComplianceQueryOperatorType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case equal = "EQUAL"
-
Undocumented
Declaration
Swift
case notEqual = "NOT_EQUAL"
-
Undocumented
Declaration
Swift
case beginWith = "BEGIN_WITH"
-
Undocumented
Declaration
Swift
case lessThan = "LESS_THAN"
-
Undocumented
Declaration
Swift
case greaterThan = "GREATER_THAN"
-
Declaration
Swift
public var description: String { get }