Service
UserListService
Dependencies
LogicalUserList
▼
UserListLogicalRule
A user list logical rule. A rule has a logical operator (and/or/not) and a list of operands that can be user lists or user interests.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201209
- Fields
Field | Type | Description |
---|---|---|
operator Required
|
UserListLogicalRule.Operator
|
The logical operator of the rule.
This field is required and should not be null .
Enumerations
|
ruleOperands ContentsNotNull
NotEmpty
Required
|
LogicalUserListOperand[]
|
The list of operands of the rule.
This field must not contain null elements.
This field must contain at least one element.
This field is required and should not be null .
|