Show / Hide Table of Contents

Class ListPublisherAccountsResponse

Response for the publisher account list request.

Inheritance
object
ListPublisherAccountsResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX