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

ProjectsInstancesPartialUpdateInstanceOptions

import type { ProjectsInstancesPartialUpdateInstanceOptions } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Additional options for BigtableAdmin#projectsInstancesPartialUpdateInstance.

interface ProjectsInstancesPartialUpdateInstanceOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. The subset of Instance fields which should be replaced. Must be explicitly set.