Enums
/ItemsQueryRuleOperator
ItemsQueryRuleOperator
The operator to use for the value comparison
Valid values
any_of
string
Any of the valuesbetween
string
Between the two valuescontains_terms
string
Contains all the termscontains_text
string
Contains the textends_with
string
Ends with the valuegreater_than
string
Greater than the valuegreater_than_or_equals
string
Greater than or equal to the valueis_empty
string
Empty valueis_not_empty
string
Not empty valuelower_than
string
Lower than the valuelower_than_or_equal
string
Lower than or equal to the valuenot_any_of
string
None of the valuesnot_contains_text
string
Does not contain the textstarts_with
string
Starts with the valuewithin_the_last
string
Within the lastwithin_the_next
string
Within the next
Built with