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

ListInstanceConfigsResponse

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

The response for ListInstanceConfigs.

interface ListInstanceConfigsResponse {
instanceConfigs?: InstanceConfig[];
nextPageToken?: string;
}

§Properties

§
instanceConfigs?: InstanceConfig[]
[src]

The list of requested instance configurations.

§
nextPageToken?: string
[src]

next_page_token can be sent in a subsequent ListInstanceConfigs call to fetch more of the matching instance configurations.