ListAuctionPackagesResponse

  • The ListAuctionPackagesResponse is a response message for listing auction packages.

  • It contains a list of auctionPackages objects, each representing an AuctionPackage.

  • It includes a nextPageToken string for fetching the next page of results in a subsequent call.

Response message for listing auction packages.

JSON representation
{
  "auctionPackages": [
    {
      object (AuctionPackage)
    }
  ],
  "nextPageToken": string
}
Fields
auctionPackages[]

object (AuctionPackage)

The list of auction packages.

nextPageToken

string

Continuation token for fetching the next page of results. Pass this value in the ListAuctionPackagesRequest.pageToken field in the subsequent call to the ListAuctionPackages method to retrieve the next page of results.