UserListNumberRuleItemInfo

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

  • The operator field specifies the number comparison operator to be used.

  • The value field specifies the number value to be compared against the variable.

  • Both the operator and value fields are 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.