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