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

DenyMaintenancePeriod

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

Specifies the maintenance denial period.

interface DenyMaintenancePeriod {
endDate?: Date;
startDate?: Date;
time?: TimeOfDay;
}

§Properties

§
endDate?: Date
[src]

Required. End date of the deny maintenance period.

§
startDate?: Date
[src]

Required. Start date of the deny maintenance period.

§

Required. Time in UTC when the period starts and ends.