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

Published upcoming future maintenance schedule.

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

§Properties

§
endTime?: Date
[src]

The scheduled end time for the maintenance.

§
startTime?: Date
[src]

The scheduled start time for the maintenance.