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/redis:v1.ts";

Upcoming maintenance schedule. If no maintenance is scheduled, fields are not populated.

interface MaintenanceSchedule {
canReschedule?: boolean;
readonly endTime?: Date;
readonly scheduleDeadlineTime?: Date;
readonly startTime?: Date;
}

§Properties

§
canReschedule?: boolean
[src]

If the scheduled maintenance can be rescheduled, default is true.

§
readonly endTime?: Date
[src]

Output only. The end time of any upcoming scheduled maintenance for this instance.

§
readonly scheduleDeadlineTime?: Date
[src]

Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule.

§
readonly startTime?: Date
[src]

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