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

ListAutonomousDatabasesResponse

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

The response for AutonomousDatabase.List.

interface ListAutonomousDatabasesResponse {
autonomousDatabases?: AutonomousDatabase[];
nextPageToken?: string;
}

§Properties

§
autonomousDatabases?: AutonomousDatabase[]
[src]

The list of Autonomous Databases.

§
nextPageToken?: string
[src]

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