UserListLogicalRuleInfo
A user list logical rule. A rule has a logical operator (and/or/not) and a list of user lists as operands.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["A user list logical rule defines how to combine user lists using logical operators (and/or/not)."],["Rules consist of an operator and a list of operands, where each operand refers to a specific user list."],["The `UserListLogicalRuleOperator` field specifies the logical operator (AND, OR, NOT) for combining the user lists."],["The `rule_operands` field contains a list of `LogicalUserListOperandInfo` objects, each representing a user list to be included in the rule."]]],[]]