Class GoogleAdsSearchads360V23CommonTargetRestrictionOperation
Operation to be performed on a target restriction list in a mutate.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonTargetRestrictionOperation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Operator__
Type of list operation to perform.
Declaration
[JsonProperty("operator")]
public virtual string Operator__ { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The target restriction being added to or removed from the list.
Declaration
[JsonProperty("value")]
public virtual GoogleAdsSearchads360V23CommonTargetRestriction Value { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonTargetRestriction |