logicOperator property
The logic operator of the sub filter. Possible string values are:
- "AND" : Logical operators, which can only be applied to sub filters.
- "OR"
- "NOT" : NOT can only be applied on a single sub filter.
Implementation
core.String? logicOperator;