UserListNumberRuleItemInfo

  • A rule item composed of a number operation has two fields: operator and value.

  • The operator field specifies the number comparison operator and is required when creating a new number rule item.

  • The value field is a double representing the number to be compared and is also required when creating a new number rule item.

A rule item composed of a number operation.

Fields

operator

UserListNumberRuleItemOperator

Number comparison operator. This field is required and must be populated when creating a new number rule item.

value

double

Number value to be compared with the variable. This field is required and must be populated when creating a new number rule item.