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.

Proto definition

Enums

ALL

And - all of the operands.

ANY

Or - at least one of the operands.

NONE

Not - none of the operands.

UNKNOWN

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

UNSPECIFIED

Not specified.