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

SasPortalListCustomersResponse

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

Response for ListCustomers.

interface SasPortalListCustomersResponse {
customers?: SasPortalCustomer[];
nextPageToken?: string;
}

§Properties

§

The list of customers that match the request.

§
nextPageToken?: string
[src]

A pagination token returned from a previous call to ListCustomers that indicates from where listing should continue. If the field is missing or empty, it means there are no more customers.