Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListAuctionPackagesResponse

import type { ListAuctionPackagesResponse } from "https://googleapis.deno.dev/v1/authorizedbuyersmarketplace:v1.ts";

Response message for listing auction packages.

interface ListAuctionPackagesResponse {
auctionPackages?: AuctionPackage[];
nextPageToken?: string;
}

§Properties

§
auctionPackages?: AuctionPackage[]
[src]

The list of auction packages.

§
nextPageToken?: string
[src]

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.