Show / Hide Table of Contents

Class DynamicTargetingKeysResource.DeleteRequest

Deletes an existing dynamic targeting key.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<string>
DfareportingBaseServiceRequest<string>
DynamicTargetingKeysResource.DeleteRequest
Implements
IClientServiceRequest<string>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<string>.Xgafv
DfareportingBaseServiceRequest<string>.AccessToken
DfareportingBaseServiceRequest<string>.Alt
DfareportingBaseServiceRequest<string>.Callback
DfareportingBaseServiceRequest<string>.Fields
DfareportingBaseServiceRequest<string>.Key
DfareportingBaseServiceRequest<string>.OauthToken
DfareportingBaseServiceRequest<string>.PrettyPrint
DfareportingBaseServiceRequest<string>.QuotaUser
DfareportingBaseServiceRequest<string>.UploadType
DfareportingBaseServiceRequest<string>.UploadProtocol
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.Dfareporting.v3_5
Assembly: Google.Apis.Dfareporting.v3_5.dll
Syntax
public class DynamicTargetingKeysResource.DeleteRequest : DfareportingBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest

Constructors

DeleteRequest(IClientService, long, long, string, ObjectTypeEnum)

Constructs a new Delete request.

Declaration
public DeleteRequest(IClientService service, long profileId, long objectId, string name, DynamicTargetingKeysResource.DeleteRequest.ObjectTypeEnum objectType)
Parameters
Type Name Description
IClientService service
long profileId
long objectId
string name
DynamicTargetingKeysResource.DeleteRequest.ObjectTypeEnum objectType

Properties

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

Name

Name of this dynamic targeting key. This is a required field. Must be less than 256 characters long and cannot contain commas. All characters are converted to lowercase.

Declaration
[RequestParameter("name", RequestParameterType.Query)]
public virtual string Name { get; }
Property Value
Type Description
string

ObjectId

ID of the object of this dynamic targeting key. This is a required field.

Declaration
[RequestParameter("objectId", RequestParameterType.Path)]
public virtual long ObjectId { get; }
Property Value
Type Description
long

ObjectType

Type of the object of this dynamic targeting key. This is a required field.

Declaration
[RequestParameter("objectType", RequestParameterType.Query)]
public virtual DynamicTargetingKeysResource.DeleteRequest.ObjectTypeEnum ObjectType { get; }
Property Value
Type Description
DynamicTargetingKeysResource.DeleteRequest.ObjectTypeEnum

ProfileId

User profile ID associated with this request.

Declaration
[RequestParameter("profileId", RequestParameterType.Path)]
public virtual long ProfileId { get; }
Property Value
Type Description
long

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Delete parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.Dfareporting.v3_5.DfareportingBaseServiceRequest<string>.InitParameters()

Implements

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