Show / Hide Table of Contents

Class BiddersResource.AuctionPackagesResource

The "auctionPackages" collection of methods.

Inheritance
object
BiddersResource.AuctionPackagesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1.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 "/v1/buyers/{accountId}/auctionPackages" to list auction packages for the current buyer and its clients. Bidders can use the URL path "/v1/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: buyers/{accountId}. When used with a bidder account, the auction packages that the bidder, its media planners, its buyers and clients are subscribed to will be listed, in the format bidders/{accountId}.

Returns
Type Description
BiddersResource.AuctionPackagesResource.ListRequest
In this article
Back to top Generated by DocFX