Show / Hide Table of Contents

Class UpdateCampaignRequest

An update request for a singular campaign. Currently only cpi_micros of MAX_CPI and TARGET_CPI campaigns can be updated.

Inheritance
object
UpdateCampaignRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX