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

BuyersClientsUsersListOptions

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

Additional options for AuthorizedBuyersMarketplace#buyersClientsUsersList.

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

§Properties

§
pageSize?: number
[src]

Requested page size. If left blank, a default page size of 500 will be applied.

§
pageToken?: string
[src]

A token identifying a page of results the server should return. Typically, this is the value of ListClientUsersResponse.nextPageToken returned from the previous call to the list method.