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

ListEnterprisesResponse

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

Response to a request to list enterprises.

interface ListEnterprisesResponse {
enterprises?: Enterprise[];
nextPageToken?: string;
}

§Properties

§
enterprises?: Enterprise[]
[src]

The list of enterprises.

§
nextPageToken?: string
[src]

If there are more results, a token to retrieve next page of results.