Table of Contents

Class Account

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll
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

string

Id

Unique identifier of this account.

public virtual string Id { get; set; }

Property Value

string

Kind

Kind of resource this is, in this case adsense#account.

public virtual string Kind { get; set; }

Property Value

string

Name

Name of this account.

public virtual string Name { get; set; }

Property Value

string

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

IList<Account>

Timezone

AdSense timezone of this account.

public virtual string Timezone { get; set; }

Property Value

string