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

ProjectsInstancesDatabasesBackupSchedulesCreateOptions

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

Additional options for Spanner#projectsInstancesDatabasesBackupSchedulesCreate.

interface ProjectsInstancesDatabasesBackupSchedulesCreateOptions {
backupScheduleId?: string;
}

§Properties

§
backupScheduleId?: string
[src]

Required. The Id to use for the backup schedule. The backup_schedule_id appended to parent forms the full backup schedule name of the form projects//instances//databases//backupSchedules/.