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

ProjectsLocationsTaxonomiesPolicyTagsPatchOptions

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

Additional options for DataCatalog#projectsLocationsTaxonomiesPolicyTagsPatch.

interface ProjectsLocationsTaxonomiesPolicyTagsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Specifies the fields to update. You can update only display name, description, and parent policy tag. If not set, defaults to all updatable fields. For more information, see [FieldMask] (https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask).