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

ProjectsLocationsEntryGroupsEntriesTagsPatchOptions

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

Additional options for DataCatalog#projectsLocationsEntryGroupsEntriesTagsPatch.

interface ProjectsLocationsEntryGroupsEntriesTagsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Names of fields whose values to overwrite on a tag. Currently, a tag has the only modifiable field with the name fields. In general, if this parameter is absent or empty, all modifiable fields are overwritten. If such fields are non-required and omitted in the request body, their values are emptied.