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

Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.

interface MaintenanceWindow {
dayOfWeek?:
| "DAY_OF_WEEK_UNSPECIFIED"
| "MONDAY"
| "TUESDAY"
| "WEDNESDAY"
| "THURSDAY"
| "FRIDAY"
| "SATURDAY"
| "SUNDAY";
hourOfDay?: number;
}

§Properties

§
dayOfWeek?: "DAY_OF_WEEK_UNSPECIFIED" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"
[src]

The day of week, when the window starts.

§
hourOfDay?: number
[src]

The hour of day (0-23) when the window starts.