Show / Hide Table of Contents

Class BatchCreateAdUnitMappingsResponse

Response containing a batch of created ad unit mappings.

Inheritance
object
BatchCreateAdUnitMappingsResponse
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 BatchCreateAdUnitMappingsResponse : IDirectResponseSchema

Properties

AdUnitMappings

The Ad units mappings created under the requested account.

Declaration
[JsonProperty("adUnitMappings")]
public virtual IList<AdUnitMapping> AdUnitMappings { get; set; }
Property Value
Type Description
IList<AdUnitMapping>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX