ProjectsInstancesDatabasesBackupSchedulesPatchOptions
import type { ProjectsInstancesDatabasesBackupSchedulesPatchOptions } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
Additional options for Spanner#projectsInstancesDatabasesBackupSchedulesPatch.
interface ProjectsInstancesDatabasesBackupSchedulesPatchOptions {
updateMask?: string;
}§Properties
§
updateMask?: string
[src]Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.