Class UpdateCampaignRequest
An update request for a singular campaign. Currently only cpi_micros of MAX_CPI and TARGET_CPI campaigns can be updated.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class UpdateCampaignRequest : IDirectResponseSchema
Properties
Campaign
Required. The campaign which is being updated.
Declaration
[JsonProperty("campaign")]
public virtual Campaign Campaign { get; set; }
Property Value
Type | Description |
---|---|
Campaign |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateMask
List of campaign fields to be updated. Currently this field is not supported as only the cpi_micros field can be updated.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |