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

CustomersListOptions

import type { CustomersListOptions } from "https://googleapis.deno.dev/v1/prod_tt_sasportal:v1alpha1.ts";

Additional options for prod_tt_SASPortal#customersList.

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

§Properties

§
pageSize?: number
[src]

The maximum number of customers to return in the response.

§
pageToken?: string
[src]

A pagination token returned from a previous call to ListCustomers that indicates where this listing should continue from.