inclusiveRuleOperator property

String? inclusiveRuleOperator
getter/setter pair

Operator that defines how the inclusive operands are combined. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "AND" : A AND B.
  • "OR" : A OR B.

Implementation

core.String? inclusiveRuleOperator;