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/databasecenter:v1beta.ts";

Upcoming maintenance window for the database resource.

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

§Properties

§
readonly endTime?: Date
[src]

Output only. End time of the upcoming maintenance. This is only populated for an engine, if end time is public for the engine.

§
readonly startTime?: Date
[src]

Output only. Start time of the upcoming maintenance. Start time is always populated when an upcoming maintenance is scheduled.