Class AdSenseService
The AdSense Service.
public class AdSenseService : BaseClientService
- Inheritance
-
AdSenseService
Constructors
AdSenseService()
Constructs a new service.
public AdSenseService()
AdSenseService(Initializer)
Constructs a new service.
public AdSenseService(BaseClientService.Initializer initializer)
Parameters
initializer
InitializerThe service initializer.
Fields
DiscoveryVersionUsed
The discovery version used to generate this service.
public static DiscoveryVersion DiscoveryVersionUsed
Field Value
- DiscoveryVersion
Version
The API version.
public const string Version = "v1.4"
Field Value
Properties
Accounts
Gets the Accounts resource.
public virtual AccountsResource Accounts { get; }
Property Value
Adclients
Gets the Adclients resource.
public virtual AdclientsResource Adclients { get; }
Property Value
Adunits
Gets the Adunits resource.
public virtual AdunitsResource Adunits { get; }
Property Value
Alerts
Gets the Alerts resource.
public virtual AlertsResource Alerts { get; }
Property Value
BasePath
Gets the service base path.
public override string BasePath { get; }
Property Value
BaseUri
Gets the service base URI.
public override string BaseUri { get; }
Property Value
Customchannels
Gets the Customchannels resource.
public virtual CustomchannelsResource Customchannels { get; }
Property Value
Features
Gets the service supported features.
public override IList<string> Features { get; }
Property Value
Metadata
Gets the Metadata resource.
public virtual MetadataResource Metadata { get; }
Property Value
Name
Gets the service name.
public override string Name { get; }
Property Value
Payments
Gets the Payments resource.
public virtual PaymentsResource Payments { get; }
Property Value
Reports
Gets the Reports resource.
public virtual ReportsResource Reports { get; }
Property Value
Savedadstyles
Gets the Savedadstyles resource.
public virtual SavedadstylesResource Savedadstyles { get; }
Property Value
Urlchannels
Gets the Urlchannels resource.
public virtual UrlchannelsResource Urlchannels { get; }