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

BackupScheduleSpec

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

Defines specifications of the backup schedule.

interface BackupScheduleSpec {
cronSpec?: CrontabSpec;
}

§Properties

§
cronSpec?: CrontabSpec
[src]

Cron style schedule specification.