Table of Contents

Class CustomchannelsResource.GetRequest

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

Get the specified custom channel from the specified ad client.

public class CustomchannelsResource.GetRequest : AdSenseBaseServiceRequest<CustomChannel>
Inheritance
CustomchannelsResource.GetRequest
Inherited Members

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

public GetRequest(IClientService service, string adClientId, string customChannelId)

Parameters

service IClientService
adClientId string
customChannelId string

Properties

AdClientId

Ad client which contains the custom channel.

public virtual string AdClientId { get; }

Property Value

string

CustomChannelId

Custom channel to retrieve.

public virtual string CustomChannelId { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

Methods

InitParameters()

Initializes Get parameter list.

protected override void InitParameters()