Class AccountsResource.CustomchannelsResource.GetRequest
Get the specified custom channel from the specified ad client for the specified account.
public class AccountsResource.CustomchannelsResource.GetRequest : AdSenseBaseServiceRequest<CustomChannel>
- Inheritance
-
AccountsResource.CustomchannelsResource.GetRequest
- Inherited Members
Constructors
GetRequest(IClientService, string, string, string)
Constructs a new Get request.
public GetRequest(IClientService service, string accountId, string adClientId, string customChannelId)
Parameters
Properties
AccountId
Account to which the ad client belongs.
public virtual string AccountId { get; }
Property Value
AdClientId
Ad client which contains the custom channel.
public virtual string AdClientId { get; }
Property Value
CustomChannelId
Custom channel to retrieve.
public virtual string CustomChannelId { get; }
Property Value
HttpMethod
Gets the HTTP method.
public override string HttpMethod { get; }
Property Value
MethodName
Gets the method name.
public override string MethodName { get; }
Property Value
RestPath
Gets the REST path.
public override string RestPath { get; }
Property Value
Methods
InitParameters()
Initializes Get parameter list.
protected override void InitParameters()