logicalOperator property

String? logicalOperator
getter/setter pair

The logical operator to use between the fields and conditions. Possible string values are:

  • "OPERATOR_UNSPECIFIED" : The default value.
  • "AND" : AND operator; The conditions must all be true.
  • "OR" : OR operator; At least one of the conditions must be true.

Implementation

core.String? logicalOperator;