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

BiddersAuctionPackagesListOptions

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

Additional options for AuthorizedBuyersMarketplace#biddersAuctionPackagesList.

interface BiddersAuctionPackagesListOptions {
filter?: string;
orderBy?: 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

§
orderBy?: string
[src]

Optional. An optional query string to sort auction packages using the Cloud API sorting syntax. If no sort order is specified, results will be returned in an arbitrary order. Only supported when parent is bidder. Supported columns for sorting are: * displayName * createTime * updateTime

§
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