logicalOperator property

String? logicalOperator
getter/setter pair

The operator to apply to the result of conditions.

Default and currently only supported value is AND. Possible string values are:

  • "LOGICAL_OPERATOR_UNSPECIFIED" : Unused
  • "AND" : Conditional AND

Implementation

core.String? logicalOperator;