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

UpcomingMaintenance

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

Upcoming maintenance for the database resource. This is generated by SLM once the upcoming maintenance schedule is published.

interface UpcomingMaintenance {
endTime?: Date;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

Optional. The end time of the upcoming maintenance.

§
startTime?: Date
[src]

Optional. The start time of the upcoming maintenance.