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

ListInstancesResponse

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

Response for listing notebook instances.

interface ListInstancesResponse {
instances?: Instance[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
instances?: Instance[]
[src]

A list of returned instances.

§
nextPageToken?: string
[src]

Page token that can be used to continue listing from the last result in the next list call.

§
unreachable?: string[]
[src]

Locations that could not be reached. For example, ['us-west1-a', 'us-central1-b']. A ListInstancesResponse will only contain either instances or unreachables,