operation property

String? operation
getter/setter pair

The operation type for this filter. Possible string values are:

  • "OPERATION_UNSPECIFIED" : Unspecified.
  • "EQUAL" : Equal
  • "LESS_THAN" : Less than
  • "LESS_THAN_OR_EQUAL" : Less than or equal
  • "GREATER_THAN" : Greater than
  • "GREATER_THAN_OR_EQUAL" : Greater than or equal

Implementation

core.String? operation;