UserListStringRuleItemOperator

Enum describing possible user list string rule item operators.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

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

CONTAINS

Contains.

EQUALS

Equals.

STARTS_WITH

Starts with.

ENDS_WITH

Ends with.

NOT_EQUALS

Not equals.

NOT_CONTAINS

Not contains.

NOT_STARTS_WITH

Not starts with.

NOT_ENDS_WITH

Not ends with.