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

ListAppVersionsResponse

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

Response message for AgentService.ListAppVersions.

interface ListAppVersionsResponse {
appVersions?: AppVersion[];
nextPageToken?: string;
}

§Properties

§
appVersions?: AppVersion[]
[src]

The list of app versions.

§
nextPageToken?: string
[src]

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