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

ListRuntimeVersionsResponse

import type { ListRuntimeVersionsResponse } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

Response for ListRuntimeVersions.

interface ListRuntimeVersionsResponse {
nextPageToken?: string;
runtimeVersions?: RuntimeVersion[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

The next page token or empty if none.

§
runtimeVersions?: RuntimeVersion[]
[src]

The listed nodes.

§
unreachable?: string[]
[src]

Locations that could not be reached.