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

ListVendorCustomersResponse

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

Response message to list customers of the vendor.

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

§Properties

§
customers?: Company[]
[src]

List of customers of the vendor.

§
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.