UserListLogicalRuleOperator

  • The content describes an Enum for user list logical rule operators.

  • Possible operators include UNSPECIFIED, UNKNOWN, ALL, ANY, and NONE.

  • Each operator serves a distinct purpose in defining logical rules for user lists.

Enum describing possible user list logical rule operators.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

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

ALL

And - all of the operands.

ANY

Or - at least one of the operands.

NONE

Not - none of the operands.