Class AdclientsResource
The "adclients" collection of methods.
Inherited Members
Namespace: Google.Apis.AdSenseHost.v4_1
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class AdclientsResource
Constructors
AdclientsResource(IClientService)
Constructs a new resource.
Declaration
public AdclientsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string)
Get information about one of the ad clients in the Host AdSense account.
Declaration
public virtual AdclientsResource.GetRequest Get(string adClientId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | adClientId | Ad client to get. |
Returns
| Type | Description |
|---|---|
| AdclientsResource.GetRequest |
List()
List all host ad clients in this AdSense account.
Declaration
public virtual AdclientsResource.ListRequest List()
Returns
| Type | Description |
|---|---|
| AdclientsResource.ListRequest |