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/oracledatabase:v1.ts";

The response for Database.List.

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

§Properties

§
databases?: Database[]
[src]

The list of Databases.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.