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

ListCloudVmClustersResponse

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

The response for CloudVmCluster.List.

interface ListCloudVmClustersResponse {
cloudVmClusters?: CloudVmCluster[];
nextPageToken?: string;
}

§Properties

§
cloudVmClusters?: CloudVmCluster[]
[src]

The list of VM Clusters.

§
nextPageToken?: string
[src]

A token to fetch the next page of results.