Class ListAdUnitMappingsResponse
Response for the ListAdUnitMappingsRequest.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class ListAdUnitMappingsResponse : IDirectResponseSchema
Properties
AdUnitMappings
The ad unit mappings from the specified account and ad unit.
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 |
NextPageToken
Used to set the page_token
in the ListAdUnitMappingsRequest
to retrieve the next page. If this field is
omitted, there are no subsequent pages.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |