operator property

String? operator
getter/setter pair

Comparison operator of this term.

This field is only relevant when type is left unset or set to CUSTOM_VARIABLE_TERM or REFERRER_TERM. Possible string values are:

  • "NUM_EQUALS"
  • "NUM_LESS_THAN"
  • "NUM_LESS_THAN_EQUAL"
  • "NUM_GREATER_THAN"
  • "NUM_GREATER_THAN_EQUAL"
  • "STRING_EQUALS"
  • "STRING_CONTAINS"

Implementation

core.String? operator;