operator property

String? operator
getter/setter pair

Date comparison operator.

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

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "EQUALS" : Equals.
  • "NOT_EQUALS" : Not Equals.
  • "BEFORE" : Before.
  • "AFTER" : After.

Implementation

core.String? operator;