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 (for example, 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.