Class ListPublisherAccountsResponse
Response for the publisher account list request.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public class ListPublisherAccountsResponse : IDirectResponseSchema
Properties
Account
Publisher that the client credentials can access.
Declaration
[JsonProperty("account")]
public virtual IList<PublisherAccount> Account { get; set; }
Property Value
Type | Description |
---|---|
IList<PublisherAccount> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
If not empty, indicates that there might be more accounts for the request; you must pass this value in a new
ListPublisherAccountsRequest
.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |