Table of Contents

Class AdclientsResource.ListRequest

Namespace
Google.Apis.AdSense.v1_4
Assembly
Google.Apis.AdSense.v1_4.dll

List all ad clients in this AdSense account.

public class AdclientsResource.ListRequest : AdSenseBaseServiceRequest<AdClients>
Inheritance
AdclientsResource.ListRequest
Inherited Members

Constructors

ListRequest(IClientService)

Constructs a new List request.

public ListRequest(IClientService service)

Parameters

service IClientService

Properties

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MaxResults

The maximum number of ad clients to include in the response, used for paging.

public virtual int? MaxResults { get; set; }

Property Value

int?

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

PageToken

A continuation token, used to page through ad clients. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.

public virtual string PageToken { get; set; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Methods

InitParameters()

Initializes List parameter list.

protected override void InitParameters()