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

ListDatabasesResponse

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

The response for ListDatabases.

interface ListDatabasesResponse {
databases?: Database[];
nextPageToken?: string;
}

§Properties

§
databases?: Database[]
[src]

Databases that matched the request.

§
nextPageToken?: string
[src]

next_page_token can be sent in a subsequent ListDatabases call to fetch more of the matching databases.