Class BatchUpdateCampaignsResponse
The response for the BatchUpdateCampaigns API.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class BatchUpdateCampaignsResponse : IDirectResponseSchema
Properties
Campaigns
The updated campaigns per the request.
Declaration
[JsonProperty("campaigns")]
public virtual IList<Campaign> Campaigns { get; set; }
Property Value
Type | Description |
---|---|
IList<Campaign> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |