Class Accounts
Implements
Inherited Members
Namespace: Google.Apis.AdSenseHost.v4_1.Data
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class Accounts : IDirectResponseSchema
Properties
ETag
ETag of this response for caching purposes.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
The accounts returned in this list response.
Declaration
[JsonProperty("items")]
public virtual IList<Account> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<Account> |
Kind
Kind of list this is, in this case adsensehost#accounts.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |