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

ProjectsLocationsClustersPatchOptions

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

Additional options for hypercomputeCluster#projectsLocationsClustersPatch.

interface ProjectsLocationsClustersPatchOptions {
requestId?: string;
updateMask?: string;
}

§Properties

§
requestId?: string
[src]

Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if request_id is provided.

§
updateMask?: string
[src]

Optional. Mask specifying which fields in the cluster to update. All paths must be specified explicitly - wildcards are not supported. At least one path must be provided.