ComplianceQueryOperatorType
public enum ComplianceQueryOperatorType : String, CustomStringConvertible, CodableUndocumented
- 
                  
                  Undocumented DeclarationSwift case equal = "EQUAL"
- 
                  
                  Undocumented DeclarationSwift case notEqual = "NOT_EQUAL"
- 
                  
                  Undocumented DeclarationSwift case beginWith = "BEGIN_WITH"
- 
                  
                  Undocumented DeclarationSwift case lessThan = "LESS_THAN"
- 
                  
                  Undocumented DeclarationSwift case greaterThan = "GREATER_THAN"
- 
                  
                  DeclarationSwift public var description: String { get }
 View on GitHub
View on GitHub ComplianceQueryOperatorType Enumeration Reference
        ComplianceQueryOperatorType Enumeration Reference