ListCloudVmClustersResponse
import type { ListCloudVmClustersResponse } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";The response for CloudVmCluster.List.
interface ListCloudVmClustersResponse {
cloudVmClusters?: CloudVmCluster[];
nextPageToken?: string;
unreachable?: string[];
}