logicalOperator property
The operator to apply to the collection of conditions. Possible string values are:
- "LOGICAL_OPERATOR_UNSPECIFIED" : Unused.
- "OR" : Conditional OR.
- "AND" : Conditional AND.
Implementation
core.String? logicalOperator;
The operator to apply to the collection of conditions. Possible string values are:
core.String? logicalOperator;