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

ProjectsLocationsWorkstationClustersWorkstationConfigsWorkstationsPatchOptions

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

Additional options for Workstations#projectsLocationsWorkstationClustersWorkstationConfigsWorkstationsPatch.

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

§Properties

§
allowMissing?: boolean
[src]

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

§
updateMask?: string
[src]

Required. Mask specifying which fields in the workstation configuration should be updated.

§
validateOnly?: boolean
[src]

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