UserListFlexibleRuleOperator

  • User list combined rule operators are described by an enum.

  • Possible enum values include UNSPECIFIED, UNKNOWN, AND, and OR.

  • AND and OR represent logical operations for combining rules.

Enum describing possible user list combined rule operators.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

AND

A AND B.

OR

A OR B.