Show / Hide Table of Contents

Class ManagementResource.WebPropertyAdWordsLinksResource.DeleteRequest

Deletes a web property-Google Ads link.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<string>
AnalyticsBaseServiceRequest<string>
ManagementResource.WebPropertyAdWordsLinksResource.DeleteRequest
Implements
IClientServiceRequest<string>
IClientServiceRequest
Inherited Members
AnalyticsBaseServiceRequest<string>.Alt
AnalyticsBaseServiceRequest<string>.Fields
AnalyticsBaseServiceRequest<string>.Key
AnalyticsBaseServiceRequest<string>.OauthToken
AnalyticsBaseServiceRequest<string>.PrettyPrint
AnalyticsBaseServiceRequest<string>.QuotaUser
AnalyticsBaseServiceRequest<string>.UserIp
ClientServiceRequest<string>.Execute()
ClientServiceRequest<string>.ExecuteAsStream()
ClientServiceRequest<string>.ExecuteAsync()
ClientServiceRequest<string>.ExecuteAsync(CancellationToken)
ClientServiceRequest<string>.ExecuteAsStreamAsync()
ClientServiceRequest<string>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<string>.CreateRequest(bool?)
ClientServiceRequest<string>.GenerateRequestUri()
ClientServiceRequest<string>.GetBody()
ClientServiceRequest<string>.GetDefaultETagAction(string)
ClientServiceRequest<string>.ETagAction
ClientServiceRequest<string>.ModifyRequest
ClientServiceRequest<string>.ValidateParameters
ClientServiceRequest<string>.RequestParameters
ClientServiceRequest<string>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class ManagementResource.WebPropertyAdWordsLinksResource.DeleteRequest : AnalyticsBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest

Constructors

DeleteRequest(IClientService, string, string, string)

Constructs a new Delete request.

Declaration
public DeleteRequest(IClientService service, string accountId, string webPropertyId, string webPropertyAdWordsLinkId)
Parameters
Type Name Description
IClientService service
string accountId
string webPropertyId
string webPropertyAdWordsLinkId

Properties

AccountId

ID of the account which the given web property belongs to.

Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual string AccountId { 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<string>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.RestPath

WebPropertyAdWordsLinkId

Web property Google Ads link ID.

Declaration
[RequestParameter("webPropertyAdWordsLinkId", RequestParameterType.Path)]
public virtual string WebPropertyAdWordsLinkId { get; }
Property Value
Type Description
string

WebPropertyId

Web property ID to delete the Google Ads link for.

Declaration
[RequestParameter("webPropertyId", RequestParameterType.Path)]
public virtual string WebPropertyId { get; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes Delete parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Analytics.v3.AnalyticsBaseServiceRequest<string>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX