Class DynamicTargetingKeysResource.ListRequest
Retrieves a list of dynamic targeting keys.
Inheritance
DynamicTargetingKeysResource.ListRequest
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()