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

ProjectsLocationsWorkstationClustersPatchOptions

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

Additional options for Workstations#projectsLocationsWorkstationClustersPatch.

interface ProjectsLocationsWorkstationClustersPatchOptions {
allowMissing?: boolean;
updateMask?: string;
validateOnly?: boolean;
}

§Properties

§
allowMissing?: boolean
[src]

Optional. If set, and the workstation cluster is not found, a new workstation cluster will be created. In this situation, update_mask is ignored.

§
updateMask?: string
[src]

Required. Mask that specifies which fields in the workstation cluster should be updated.

§
validateOnly?: boolean
[src]

Optional. If set, validate the request and preview the review, but do not actually apply it.