op property
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.
Implementation
core.String? op;