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

BuyersAuctionPackagesListOptions

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

Additional options for AuthorizedBuyersMarketplace#buyersAuctionPackagesList.

interface BuyersAuctionPackagesListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. Optional query string using the Cloud API list filtering syntax. Only supported when parent is bidder. Supported columns for filtering are: * displayName * createTime * updateTime * eligibleSeatIds

§
pageSize?: number
[src]

Requested page size. The server may return fewer results than requested. Max allowed page size is 500.

§
pageToken?: string
[src]

The page token as returned. ListAuctionPackagesResponse.nextPageToken