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

ListAppsResponse

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

Response message for AgentService.ListApps.

interface ListAppsResponse {
apps?: App[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
apps?: App[]
[src]

The list of apps.

§
nextPageToken?: string
[src]

A token that can be sent as ListAppsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

§
unreachable?: string[]
[src]

Unordered list. Locations that could not be reached.