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

ListInstanceConfigOperationsResponse

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

The response for ListInstanceConfigOperations.

interface ListInstanceConfigOperationsResponse {
nextPageToken?: string;
operations?: Operation[];
}

§Properties

§
nextPageToken?: string
[src]

next_page_token can be sent in a subsequent ListInstanceConfigOperations call to fetch more of the matching metadata.

§
operations?: Operation[]
[src]

The list of matching instance config long-running operations. Each operation's name will be prefixed by the instance config's name. The operation's metadata field type metadata.type_url describes the type of the metadata.