Class ListAdSourcesResponse
Response for the ListAdSourcesRequest.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class ListAdSourcesResponse : IDirectResponseSchema
Properties
AdSources
The ad sources.
Declaration
[JsonProperty("adSources")]
public virtual IList<AdSource> AdSources { get; set; }
Property Value
Type | Description |
---|---|
IList<AdSource> |
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 ListAdSourcesRequest
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 |