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

MaintenanceWindow

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

Maintenance window of the instance.

interface MaintenanceWindow {
recurringTimeWindow?: RecurringTimeWindow;
}

§Properties

§
recurringTimeWindow?: RecurringTimeWindow
[src]

Required. The recurring time window of the maintenance window.