ListGoldengateDeploymentVersionsResponse
import type { ListGoldengateDeploymentVersionsResponse } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";Message for response to listing GoldengateDeploymentVersions
interface ListGoldengateDeploymentVersionsResponse {
goldengateDeploymentVersions?: GoldengateDeploymentVersion[];
nextPageToken?: string;
unreachable?: string[];
}