Show / Hide Table of Contents

Class BatchCreateAdUnitMappingsRequest

Request to create a batch of ad unit mappings under the specific AdMob account.

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

Properties

ETag

The ETag of the item.

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

Requests

Required. The request message specifying the ad unit mappings to create. A maximum of 100 ad unit mappings can be created in a batch. If the number of ad unit mappings in the batch request exceed 100, the entire request will be rejected and no ad unit mappings will be created.

Declaration
[JsonProperty("requests")]
public virtual IList<CreateAdUnitMappingRequest> Requests { get; set; }
Property Value
Type Description
IList<CreateAdUnitMappingRequest>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX