Show / Hide Table of Contents

Class AdclientsResource

The "adclients" collection of methods.

Inheritance
object
AdclientsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX