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

ListExadbVmClustersResponse

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

The response for ExadbVmCluster.List.

interface ListExadbVmClustersResponse {
exadbVmClusters?: ExadbVmCluster[];
nextPageToken?: string;
}

§Properties

§
exadbVmClusters?: ExadbVmCluster[]
[src]

The list of ExadbVmClusters.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return.