operator property
Operator used to evaluate the condition.
Please note that an operator with an inappropriate key/value operand will result in IllegalArgumentException, e.g. CONTAINS with boolean key/value pair. Possible string values are:
- "UNSET"
- "EQUALS"
- "CONTAINS"
- "LESS_THAN"
- "GREATER_THAN"
- "EXISTS"
- "DOES_NOT_EXIST"
- "IS_EMPTY"
- "IS_NOT_EMPTY"
Implementation
core.String? operator;