Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListCloudExadataInfrastructuresResponse

import type { ListCloudExadataInfrastructuresResponse } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";

The response for CloudExadataInfrastructures.list.

interface ListCloudExadataInfrastructuresResponse {
cloudExadataInfrastructures?: CloudExadataInfrastructure[];
nextPageToken?: string;
}

§Properties

§
cloudExadataInfrastructures?: CloudExadataInfrastructure[]
[src]

The list of Exadata Infrastructures.

§
nextPageToken?: string
[src]

A token for fetching next page of response.