Class GoogleAdsSearchads360V23CommonUserListLogicalRuleInfo
A user list logical rule. A rule has a logical operator (and/or/not) and a list of user lists as operands.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonUserListLogicalRuleInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Operator__
The logical operator of the rule.
Declaration
[JsonProperty("operator")]
public virtual string Operator__ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RuleOperands
The list of operands of the rule.
Declaration
[JsonProperty("ruleOperands")]
public virtual IList<GoogleAdsSearchads360V23CommonLogicalUserListOperandInfo> RuleOperands { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonLogicalUserListOperandInfo> |