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

SqlScheduledMaintenance

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

Any scheduled maintenance for this instance.

interface SqlScheduledMaintenance {
canDefer?: boolean;
canReschedule?: boolean;
scheduleDeadlineTime?: Date;
startTime?: Date;
}

§Properties

§
canDefer?: boolean
[src]
§
canReschedule?: boolean
[src]

If the scheduled maintenance can be rescheduled.

§
scheduleDeadlineTime?: Date
[src]

Maintenance cannot be rescheduled to start beyond this deadline.

§
startTime?: Date
[src]

The start time of any upcoming scheduled maintenance for this instance.