UserListLogicalRuleInfo

  • A user list logical rule has a logical operator and a list of user lists as operands.

  • The operator field specifies the logical operator of the rule using the UserListLogicalRuleOperator enum.

  • The rule_operands[] field contains the list of operands of the rule as LogicalUserListOperandInfo objects.

A user list logical rule. A rule has a logical operator (and/or/not) and a list of user lists as operands.

Fields

operator

UserListLogicalRuleOperator

The logical operator of the rule.

rule_operands[]

LogicalUserListOperandInfo

The list of operands of the rule.