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

ProjectsLocationsEntryGroupsPatchOptions

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

Additional options for DataCatalog#projectsLocationsEntryGroupsPatch.

interface ProjectsLocationsEntryGroupsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Names of fields whose values to overwrite on an entry group. 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.