operator property

String? operator
getter/setter pair

String comparison operator.

This field is required and must be populated when creating a new string rule item. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "CONTAINS" : Contains.
  • "EQUALS" : Equals.
  • "STARTS_WITH" : Starts with.
  • "ENDS_WITH" : Ends with.
  • "NOT_EQUALS" : Not equals.
  • "NOT_CONTAINS" : Not contains.
  • "NOT_STARTS_WITH" : Not starts with.
  • "NOT_ENDS_WITH" : Not ends with.

Implementation

core.String? operator;