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

ListDbNodesResponse

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

The response for DbNode.List.

interface ListDbNodesResponse {
dbNodes?: DbNode[];
nextPageToken?: string;
}

§Properties

§
dbNodes?: DbNode[]
[src]

The list of DB Nodes

§
nextPageToken?: string
[src]

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