ListClustersResponse
import type { ListClustersResponse } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";Response message for ListClusters.
interface ListClustersResponse {
clusters?: Cluster[];
nextPageToken?: string;
unreachable?: string[];
}