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

PartialUpdateInstanceRequest

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

Request message for BigtableInstanceAdmin.PartialUpdateInstance.

interface PartialUpdateInstanceRequest {
instance?: Instance;
updateMask?: string;
}

§Properties

§
instance?: Instance
[src]

Required. The Instance which will (partially) replace the current value.

§
updateMask?: string
[src]

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