Table of Contents

Class AccountsResource.AdunitsResource.CustomchannelsResource.ListRequest

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

List all custom channels which the specified ad unit belongs to.

public class AccountsResource.AdunitsResource.CustomchannelsResource.ListRequest : AdSenseBaseServiceRequest<CustomChannels>
Inheritance
AccountsResource.AdunitsResource.CustomchannelsResource.ListRequest
Inherited Members

Constructors

ListRequest(IClientService, string, string, string)

Constructs a new List request.

public ListRequest(IClientService service, string accountId, string adClientId, string adUnitId)

Parameters

service IClientService
accountId string
adClientId string
adUnitId string

Properties

AccountId

Account to which the ad client belongs.

public virtual string AccountId { get; }

Property Value

string

AdClientId

Ad client which contains the ad unit.

public virtual string AdClientId { get; }

Property Value

string

AdUnitId

Ad unit for which to list custom channels.

public virtual string AdUnitId { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MaxResults

The maximum number of custom channels 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 custom channels. 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()