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

BuyersProposalsListOptions

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

Additional options for AuthorizedBuyersMarketplace#buyersProposalsList.

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

§Properties

§
filter?: string
[src]

Optional query string using the Cloud API list filtering syntax Supported columns for filtering are: * displayName * dealType * updateTime

  • state
§
pageSize?: number
[src]

Requested page size. The server may return fewer results than requested. If unspecified, the server will put a size of 500.

§
pageToken?: string
[src]

The page token as returned from ListProposalsResponse.