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

ProjectsInstancesDatabasesPatchOptions

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

Additional options for Spanner#projectsInstancesDatabasesPatch.

interface ProjectsInstancesDatabasesPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. The list of fields to update. Currently, only enable_drop_protection field can be updated.