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

EnterprisesListOptions

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

Additional options for AndroidManagement#enterprisesList.

interface EnterprisesListOptions {
pageSize?: number;
pageToken?: string;
projectId?: string;
view?: "ENTERPRISE_VIEW_UNSPECIFIED" | "BASIC";
}

§Properties

§
pageSize?: number
[src]

The requested page size. The actual page size may be fixed to a min or max value.

§
pageToken?: string
[src]

A token identifying a page of results returned by the server.

§
projectId?: string
[src]

Required. The Cloud project ID of the EMM managing the enterprises.

§
view?: "ENTERPRISE_VIEW_UNSPECIFIED" | "BASIC"
[src]

Specifies which Enterprise fields to return. This method only supports BASIC.