Class BiddersResource.AuctionPackagesResource
The "auctionPackages" collection of methods.
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class BiddersResource.AuctionPackagesResource
Constructors
AuctionPackagesResource(IClientService)
Constructs a new resource.
Declaration
public AuctionPackagesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string)
List the auction packages. Buyers can use the URL path "/v1alpha/buyers/{accountId}/auctionPackages" to list auction packages for the current buyer and its clients. Bidders can use the URL path "/v1alpha/bidders/{accountId}/auctionPackages" to list auction packages for the bidder, its media planners, its buyers, and all their clients.
Declaration
public virtual BiddersResource.AuctionPackagesResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. Name of the parent buyer that can access the auction package. Format: |
Returns
| Type | Description |
|---|---|
| BiddersResource.AuctionPackagesResource.ListRequest |