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

ProjectsLocationsBareMetalAdminClustersPatchOptions

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

Additional options for gkeonprem#projectsLocationsBareMetalAdminClustersPatch.

interface ProjectsLocationsBareMetalAdminClustersPatchOptions {
updateMask?: string;
validateOnly?: boolean;
}

§Properties

§
updateMask?: string
[src]

Required. Field mask is used to specify the fields to be overwritten in the BareMetalAdminCluster resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all populated fields in the BareMetalAdminCluster message will be updated. Empty fields will be ignored unless a field mask is used.

§
validateOnly?: boolean
[src]

Validate the request without actually doing any updates.