Class BiddersResource.FilterSetsResource.BidMetricsResource.ListRequest
Lists all metrics that are measured in terms of number of bids.
Inheritance
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class BiddersResource.FilterSetsResource.BidMetricsResource.ListRequest : AdExchangeBuyerIIBaseServiceRequest<ListBidMetricsResponse>, IClientServiceRequest<ListBidMetricsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string filterSetName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | filterSetName |
Properties
FilterSetName
Name of the filter set that should be applied to the requested metrics. For example: - For a
bidder-level filter set for bidder 123: bidders/123/filterSets/abc
- For an account-level
filter set for the buyer account representing bidder 123:
bidders/123/accounts/123/filterSets/abc
- For an account-level filter set for the child seat
buyer account 456 whose bidder is 123: bidders/123/accounts/456/filterSets/abc
Declaration
[RequestParameter("filterSetName", RequestParameterType.Path)]
public virtual string FilterSetName { get; }
Property Value
Type | Description |
---|---|
string |
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
PageSize
Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
A token identifying a page of results the server should return. Typically, this is the value of ListBidMetricsResponse.nextPageToken returned from the previous call to the bidMetrics.list method.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
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()