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

ListWebAppsResponse

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

Response to a request to list web apps for a given enterprise.

interface ListWebAppsResponse {
nextPageToken?: string;
webApps?: WebApp[];
}

§Properties

§
nextPageToken?: string
[src]

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

§
webApps?: WebApp[]
[src]

The list of web apps.