Show / Hide Table of Contents

Class DynamicTargetingKeysResource.ListRequest

Retrieves a list of dynamic targeting keys.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<DynamicTargetingKeysListResponse>
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>
DynamicTargetingKeysResource.ListRequest
Implements
IClientServiceRequest<DynamicTargetingKeysListResponse>
IClientServiceRequest
Inherited Members
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>.Xgafv
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>.AccessToken
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>.Alt
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>.Callback
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>.Fields
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>.Key
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>.OauthToken
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>.PrettyPrint
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>.QuotaUser
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>.UploadType
DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>.UploadProtocol
ClientServiceRequest<DynamicTargetingKeysListResponse>.Execute()
ClientServiceRequest<DynamicTargetingKeysListResponse>.ExecuteAsStream()
ClientServiceRequest<DynamicTargetingKeysListResponse>.ExecuteAsync()
ClientServiceRequest<DynamicTargetingKeysListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<DynamicTargetingKeysListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<DynamicTargetingKeysListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<DynamicTargetingKeysListResponse>.CreateRequest(bool?)
ClientServiceRequest<DynamicTargetingKeysListResponse>.GenerateRequestUri()
ClientServiceRequest<DynamicTargetingKeysListResponse>.GetBody()
ClientServiceRequest<DynamicTargetingKeysListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<DynamicTargetingKeysListResponse>.ETagAction
ClientServiceRequest<DynamicTargetingKeysListResponse>.ModifyRequest
ClientServiceRequest<DynamicTargetingKeysListResponse>.ValidateParameters
ClientServiceRequest<DynamicTargetingKeysListResponse>.RequestParameters
ClientServiceRequest<DynamicTargetingKeysListResponse>.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.ListRequest : DfareportingBaseServiceRequest<DynamicTargetingKeysListResponse>, IClientServiceRequest<DynamicTargetingKeysListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, long)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, long profileId)
Parameters
Type Name Description
IClientService service
long profileId

Properties

AdvertiserId

Select only dynamic targeting keys whose object has this advertiser ID.

Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type Description
long?

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Dfareporting.v3_5.Data.DynamicTargetingKeysListResponse>.HttpMethod

MethodName

Gets the method name.

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

Names

Select only dynamic targeting keys exactly matching these names.

Declaration
[RequestParameter("names", RequestParameterType.Query)]
public virtual Repeatable<string> Names { get; set; }
Property Value
Type Description
Repeatable<string>

ObjectId

Select only dynamic targeting keys with this object ID.

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

ObjectType

Select only dynamic targeting keys with this object type.

Declaration
[RequestParameter("objectType", RequestParameterType.Query)]
public virtual DynamicTargetingKeysResource.ListRequest.ObjectTypeEnum? ObjectType { get; set; }
Property Value
Type Description
DynamicTargetingKeysResource.ListRequest.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<Google.Apis.Dfareporting.v3_5.Data.DynamicTargetingKeysListResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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