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

Upcoming maintenance schedule.

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

§Properties

§
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.