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/baremetalsolution:v2.ts";

Response message for the list of servers.

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

§Properties

§
instances?: Instance[]
[src]

The list of servers.

§
nextPageToken?: string
[src]

A token identifying a page of results from the server.

§
unreachable?: string[]
[src]

Locations that could not be reached.