Class CustomchannelsResource.DeleteRequest
Delete a specific custom channel from the host AdSense account.
Inheritance
CustomchannelsResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.AdSenseHost.v4_1
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class CustomchannelsResource.DeleteRequest : AdSenseHostBaseServiceRequest<CustomChannel>, IClientServiceRequest<CustomChannel>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string adClientId, string customChannelId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | adClientId | |
string | customChannelId |
Properties
AdClientId
Ad client from which to delete the custom channel.
Declaration
[RequestParameter("adClientId", RequestParameterType.Path)]
public virtual string AdClientId { get; }
Property Value
Type | Description |
---|---|
string |
CustomChannelId
Custom channel to delete.
Declaration
[RequestParameter("customChannelId", RequestParameterType.Path)]
public virtual string CustomChannelId { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSenseHost.v4_1.Data.CustomChannel>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSenseHost.v4_1.Data.CustomChannel>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.AdSenseHost.v4_1.Data.CustomChannel>.RestPath
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()