Class Accounts
public class Accounts : IDirectResponseSchema
- Inheritance
-
Accounts
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Accounts()
public Accounts()
Properties
ETag
ETag of this response for caching purposes.
public virtual string ETag { get; set; }
Property Value
Items
The accounts returned in this list response.
public virtual IList<Account> Items { get; set; }
Property Value
Kind
Kind of list this is, in this case adsense#accounts.
public virtual string Kind { get; set; }
Property Value
NextPageToken
Continuation token used to page through accounts. To retrieve the next page of results, set the next request's "pageToken" value to this.
public virtual string NextPageToken { get; set; }