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.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

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

GREATER_THAN

Greater than.

GREATER_THAN_OR_EQUAL

Greater than or equal.

EQUALS

Equals.

NOT_EQUALS

Not equals.

LESS_THAN

Less than.

LESS_THAN_OR_EQUAL

Less than or equal.