ListCloudExadataInfrastructuresResponse
import type { ListCloudExadataInfrastructuresResponse } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The response for CloudExadataInfrastructures.list.
interface ListCloudExadataInfrastructuresResponse {
cloudExadataInfrastructures?: CloudExadataInfrastructure[];
nextPageToken?: string;
}