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

ClusterMaintenanceSchedule

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

Upcoming maintenance schedule.

interface ClusterMaintenanceSchedule {
readonly endTime?: Date;
readonly startTime?: Date;
}

§Properties

§
readonly endTime?: Date
[src]

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

§
readonly startTime?: Date
[src]

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