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

ProjectsInstancesBackupsPatchOptions

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

Additional options for Spanner#projectsInstancesBackupsPatch.

interface ProjectsInstancesBackupsPatchOptions {
updateMask?: string;
}

§Properties

§
updateMask?: string
[src]

Required. A mask specifying which fields (e.g. expire_time) in the Backup resource should be updated. This mask is relative to the Backup resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally by clients that do not know about them.