Show / Hide Table of Contents

Class CreateAdUnitMappingRequest

Request to create an ad unit mapping under the specific AdMob account and ad unit.

Inheritance
object
CreateAdUnitMappingRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX