Class Account
public class Account : IDirectResponseSchema
- Inheritance
-
Account
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Account()
public Account()
Properties
CreationTime
public virtual long? CreationTime { get; set; }
Property Value
- long?
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Id
Unique identifier of this account.
public virtual string Id { get; set; }
Property Value
Kind
Kind of resource this is, in this case adsense#account.
public virtual string Kind { get; set; }
Property Value
Name
Name of this account.
public virtual string Name { get; set; }
Property Value
Premium
Whether this account is premium.
public virtual bool? Premium { get; set; }
Property Value
- bool?
SubAccounts
Sub accounts of the this account.
public virtual IList<Account> SubAccounts { get; set; }
Property Value
Timezone
AdSense timezone of this account.
public virtual string Timezone { get; set; }