Class FloodlightActivitiesResource.ListRequest
Retrieves a list of floodlight activities, possibly filtered. This method supports paging.
Inheritance
Inherited Members
Namespace: Google.Apis.Dfareporting.v4
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class FloodlightActivitiesResource.ListRequest : DfareportingBaseServiceRequest<FloodlightActivitiesListResponse>, IClientServiceRequest<FloodlightActivitiesListResponse>, 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 floodlight activities for the specified advertiser ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.
Declaration
[RequestParameter("advertiserId", RequestParameterType.Query)]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
FloodlightActivityGroupIds
Select only floodlight activities with the specified floodlight activity group IDs.
Declaration
[RequestParameter("floodlightActivityGroupIds", RequestParameterType.Query)]
public virtual Repeatable<string> FloodlightActivityGroupIds { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
FloodlightActivityGroupName
Select only floodlight activities with the specified floodlight activity group name.
Declaration
[RequestParameter("floodlightActivityGroupName", RequestParameterType.Query)]
public virtual string FloodlightActivityGroupName { get; set; }
Property Value
Type | Description |
---|---|
string |
FloodlightActivityGroupTagString
Select only floodlight activities with the specified floodlight activity group tag string.
Declaration
[RequestParameter("floodlightActivityGroupTagString", RequestParameterType.Query)]
public virtual string FloodlightActivityGroupTagString { get; set; }
Property Value
Type | Description |
---|---|
string |
FloodlightActivityGroupType
Select only floodlight activities with the specified floodlight activity group type.
Declaration
[RequestParameter("floodlightActivityGroupType", RequestParameterType.Query)]
public virtual FloodlightActivitiesResource.ListRequest.FloodlightActivityGroupTypeEnum? FloodlightActivityGroupType { get; set; }
Property Value
Type | Description |
---|---|
FloodlightActivitiesResource.ListRequest.FloodlightActivityGroupTypeEnum? |
FloodlightConfigurationId
Select only floodlight activities for the specified floodlight configuration ID. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.
Declaration
[RequestParameter("floodlightConfigurationId", RequestParameterType.Query)]
public virtual long? FloodlightConfigurationId { get; set; }
Property Value
Type | Description |
---|---|
long? |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Ids
Select only floodlight activities with the specified IDs. Must specify either ids, advertiserId, or floodlightConfigurationId for a non-empty result.
Declaration
[RequestParameter("ids", RequestParameterType.Query)]
public virtual Repeatable<string> Ids { get; set; }
Property Value
Type | Description |
---|---|
Repeatable<string> |
MaxResults
Maximum number of results to return.
Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual int? MaxResults { get; set; }
Property Value
Type | Description |
---|---|
int? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageToken
Value of the nextPageToken from the previous result page.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
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
SearchString
Allows searching for objects by name or ID. Wildcards () are allowed. For example, "floodlightactivity2015" will return objects with names like "floodlightactivity June 2015", "floodlightactivity April 2015", or simply "floodlightactivity 2015". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of "floodlightactivity" will match objects with name "my floodlightactivity activity", "floodlightactivity 2015", or simply "floodlightactivity".
Declaration
[RequestParameter("searchString", RequestParameterType.Query)]
public virtual string SearchString { get; set; }
Property Value
Type | Description |
---|---|
string |
SortField
Field by which to sort the list.
Declaration
[RequestParameter("sortField", RequestParameterType.Query)]
public virtual FloodlightActivitiesResource.ListRequest.SortFieldEnum? SortField { get; set; }
Property Value
Type | Description |
---|---|
FloodlightActivitiesResource.ListRequest.SortFieldEnum? |
SortOrder
Order of sorted results.
Declaration
[RequestParameter("sortOrder", RequestParameterType.Query)]
public virtual FloodlightActivitiesResource.ListRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
FloodlightActivitiesResource.ListRequest.SortOrderEnum? |
TagString
Select only floodlight activities with the specified tag string.
Declaration
[RequestParameter("tagString", RequestParameterType.Query)]
public virtual string TagString { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()