comparator property
Comparator to use for comparing the field value. Possible string values are:
- "COMPARATOR_UNSPECIFIED" : The default value.
- "EQUALS" : The field value must be equal to the specified value.
- "NOT_EQUALS" : The field value must not be equal to the specified value.
Implementation
core.String? comparator;