ListGoldengateConnectionAssignmentsResponse
import type { ListGoldengateConnectionAssignmentsResponse } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";Response message for listing GoldengateConnectionAssignments.
interface ListGoldengateConnectionAssignmentsResponse {
goldengateConnectionAssignments?: GoldengateConnectionAssignment[];
nextPageToken?: string;
unreachable?: string[];
}