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

ListVendorsResponse

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

Response message to list vendors of the partner.

interface ListVendorsResponse {
nextPageToken?: string;
totalSize?: number;
vendors?: Company[];
}

§Properties

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

§
vendors?: Company[]
[src]

List of vendors of the reseller partner. Fields name, companyId and companyName are populated to the Company object.