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

ListCustomersResponse

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

Response message of all customers related to this partner.

interface ListCustomersResponse {
customers?: Company[];
nextPageToken?: string;
totalSize?: number;
}

§Properties

§
customers?: Company[]
[src]

List of customers related to this reseller partner.

§
nextPageToken?: string
[src]

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

§
totalSize?: number
[src]

The total count of items in the list irrespective of pagination.