LogicalUserListInfo

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

  • Logical list rules define the user list using a logical operator and a list of user lists.

  • All rules are evaluated using the 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.