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

BuyersProposalsDealsListOptions

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

Additional options for AuthorizedBuyersMarketplace#buyersProposalsDealsList.

interface BuyersProposalsDealsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Requested page size. The server may return fewer results than requested. If requested more than 500, the server will return 500 results per page. If unspecified, the server will pick a default page size of 100.

§
pageToken?: string
[src]

The page token as returned from ListDealsResponse.