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

ProvidersAccountsListOptions

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

Additional options for CloudCommerceProcurement#providersAccountsList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of entries that are requested. The default page size is 25 and the maximum page size is 200.

§
pageToken?: string
[src]

The token for fetching the next page.