LogicalUserListInfo

  • A user list is a custom combination of other user lists.

  • Logical list rules, defined by an operator and a list of user lists, determine the composition of this custom user list.

  • All logical rules are evaluated together using an AND operator.

Represents a user list that is a custom combination of user lists.

Proto definition

Fields

rules[]

UserListLogicalRuleInfo

Logical list rules that define this user list. The rules are defined as a logical operator (ALL/ANY/NONE) and a list of user lists. All the rules are ANDed when they are evaluated.

Required for creating a logical user list.