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

MaintenanceSchedule

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

MaintenanceSchedule stores the maintenance schedule generated from the MaintenanceUpdatePolicy, once a maintenance rollout is triggered, if MaintenanceWindow is set, and if there is no conflicting DenyPeriod. The schedule is cleared once the update takes place. This field cannot be manually changed; modify the MaintenanceUpdatePolicy instead.

interface MaintenanceSchedule {
readonly startTime?: Date;
}

§Properties

§
readonly startTime?: Date
[src]

Output only. The scheduled start time for the maintenance.