Class BuyersResource.FilterSetsResource.ListRequest
Lists all filter sets for the account with the given account ID.
Inheritance
Inherited Members
Namespace: Google.Apis.AdExchangeBuyerII.v2beta1
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class BuyersResource.FilterSetsResource.ListRequest : AdExchangeBuyerIIBaseServiceRequest<ListFilterSetsResponse>, IClientServiceRequest<ListFilterSetsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string ownerName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | ownerName |
Properties
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
OwnerName
Name of the owner (bidder or account) of the filter sets to be listed. For example: - For a
bidder-level filter set for bidder 123: bidders/123
- For an account-level filter set for the
buyer account representing bidder 123: bidders/123/accounts/123
- For an account-level filter set
for the child seat buyer account 456 whose bidder is 123: bidders/123/accounts/456
Declaration
[RequestParameter("ownerName", RequestParameterType.Path)]
public virtual string OwnerName { get; }
Property Value
Type | Description |
---|---|
string |
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 ListFilterSetsResponse.nextPageToken returned from the previous call to the accounts.filterSets.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()