Class CreateAdUnitMappingRequest
Request to create an ad unit mapping under the specific AdMob account and ad unit.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class CreateAdUnitMappingRequest : IDirectResponseSchema
Properties
AdUnitMapping
Required. The ad unit mapping to create.
Declaration
[JsonProperty("adUnitMapping")]
public virtual AdUnitMapping AdUnitMapping { get; set; }
Property Value
Type | Description |
---|---|
AdUnitMapping |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The parent which owns the ad unit mapping. Format: accounts/{publisher_id}/adUnits/{ad_unit_id}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |