Class AccountsResource
The "accounts" collection of methods.
public class AccountsResource
- Inheritance
-
AccountsResource
- Inherited Members
Constructors
AccountsResource(IClientService)
Constructs a new resource.
public AccountsResource(IClientService service)
Parameters
service
IClientService
Properties
Adclients
Gets the Adclients resource.
public virtual AccountsResource.AdclientsResource Adclients { get; }
Property Value
Adunits
Gets the Adunits resource.
public virtual AccountsResource.AdunitsResource Adunits { get; }
Property Value
Alerts
Gets the Alerts resource.
public virtual AccountsResource.AlertsResource Alerts { get; }
Property Value
Customchannels
Gets the Customchannels resource.
public virtual AccountsResource.CustomchannelsResource Customchannels { get; }
Property Value
Payments
Gets the Payments resource.
public virtual AccountsResource.PaymentsResource Payments { get; }
Property Value
Reports
Gets the Reports resource.
public virtual AccountsResource.ReportsResource Reports { get; }
Property Value
Savedadstyles
Gets the Savedadstyles resource.
public virtual AccountsResource.SavedadstylesResource Savedadstyles { get; }
Property Value
Urlchannels
Gets the Urlchannels resource.
public virtual AccountsResource.UrlchannelsResource Urlchannels { get; }
Property Value
Methods
Get(string)
Get information about the selected AdSense account.
public virtual AccountsResource.GetRequest Get(string accountId)
Parameters
accountId
stringAccount to get information about.
Returns
List()
List all accounts available to this AdSense account.
public virtual AccountsResource.ListRequest List()