Class UrlchannelsResource.DeleteRequest
Delete a URL channel from the host AdSense account.
Inheritance
UrlchannelsResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.AdSenseHost.v4_1
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class UrlchannelsResource.DeleteRequest : AdSenseHostBaseServiceRequest<UrlChannel>, IClientServiceRequest<UrlChannel>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string adClientId, string urlChannelId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | adClientId | |
string | urlChannelId |
Properties
AdClientId
Ad client from which to delete the URL channel.
Declaration
[RequestParameter("adClientId", RequestParameterType.Path)]
public virtual string AdClientId { 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.UrlChannel>.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.UrlChannel>.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.UrlChannel>.RestPath
UrlChannelId
URL channel to delete.
Declaration
[RequestParameter("urlChannelId", RequestParameterType.Path)]
public virtual string UrlChannelId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()