Class BatchUpdateCampaignsRequest
The request for the BatchUpdateCampaigns API.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class BatchUpdateCampaignsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Requests
Required. The individual requests to update campaigns. Max 1000 allowed.
Declaration
[JsonProperty("requests")]
public virtual IList<UpdateCampaignRequest> Requests { get; set; }
Property Value
Type | Description |
---|---|
IList<UpdateCampaignRequest> |