ProjectsLocationsClustersPatchOptions
import type { ProjectsLocationsClustersPatchOptions } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";Additional options for hypercomputeCluster#projectsLocationsClustersPatch.
interface ProjectsLocationsClustersPatchOptions {
requestId?: string;
updateMask?: string;
}