ListDbSystemsResponse
import type { ListDbSystemsResponse } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The response for DbSystem.List.
interface ListDbSystemsResponse {
dbSystems?: DbSystem[];
nextPageToken?: string;
unreachable?: string[];
}