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

ProjectsLocationsTaxonomiesPatchOptions

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

Additional options for DataCatalog#projectsLocationsTaxonomiesPatch.

interface ProjectsLocationsTaxonomiesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Specifies fields to update. If not set, defaults to all fields you can update. For more information, see [FieldMask] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).