Class BatchCreateAdUnitMappingsResponse
Response containing a batch of created ad unit mappings.
Implements
Inherited Members
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 |