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

ProjectsLocationsInstancesPatchOptions

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

Additional options for DataFusion#projectsLocationsInstancesPatch.

interface ProjectsLocationsInstancesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Field mask is used to specify the fields that the update will overwrite in an instance resource. 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, the label field will be overwritten.