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

ListDbSystemsResponse

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

The response for DbSystem.List.

interface ListDbSystemsResponse {
dbSystems?: DbSystem[];
nextPageToken?: string;
}

§Properties

§
dbSystems?: DbSystem[]
[src]

The list of DbSystems.

§
nextPageToken?: string
[src]

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