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

CustomerListCustomersResponse

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

Response message for listing my customers.

interface CustomerListCustomersResponse {
customers?: Company[];
nextPageToken?: string;
}

§Properties

§
customers?: Company[]
[src]

The customer accounts the calling user is a member of.

§
nextPageToken?: string
[src]

A token used to access the next page of results. Omitted if no further results are available.