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.

Proto definition

Enums

AND

A AND B.

OR

A OR B.

UNKNOWN

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

UNSPECIFIED

Not specified.