Show / Hide Table of Contents

Class AdclientsResource

The "adclients" collection of methods.

Inheritance
System.Object
AdclientsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdSense.v1_4
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class AdclientsResource

Constructors

AdclientsResource(IClientService)

Constructs a new resource.

Declaration
public AdclientsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

List()

List all ad clients in this AdSense account.

Declaration
public virtual AdclientsResource.ListRequest List()
Returns
Type Description
AdclientsResource.ListRequest
In This Article
Back to top