Class BatchCreateAdUnitMappingsRequest
Request to create a batch of ad unit mappings under the specific AdMob account.
Implements
Inherited Members
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> |