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