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

ListDbServersResponse

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

The response for DbServer.List.

interface ListDbServersResponse {
dbServers?: DbServer[];
nextPageToken?: string;
}

§Properties

§
dbServers?: DbServer[]
[src]

The list of database servers.

§
nextPageToken?: string
[src]

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