op property

String? op
getter/setter pair

The operator for combining multiple filters. Possible string values are:

  • "OPERATOR_UNSPECIFIED" : Unspecified. This value must not be used.
  • "AND" : Documents are required to satisfy all of the combined filters.
  • "OR" : Documents are required to satisfy at least one of the combined filters.

Implementation

core.String? op;