UserListNumberRuleItemOperator

  • The content describes an enum for user list number rule item operators.

  • Possible operators include greater than, greater than or equal, equals, not equals, less than, and less than or equal.

  • UNSPECIFIED and UNKNOWN are also included as possible enum values.

Enum describing possible user list number rule item operators.

Proto definition

Enums

EQUALS

Equals.

GREATER_THAN

Greater than.

GREATER_THAN_OR_EQUAL

Greater than or equal.

LESS_THAN

Less than.

LESS_THAN_OR_EQUAL

Less than or equal.

NOT_EQUALS

Not equals.

UNKNOWN

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

UNSPECIFIED

Not specified.