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

ResourceMaintenanceDenySchedule

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

Deny maintenance period for the database resource. It specifies the time range during which the maintenance cannot start. This is configured by the customer.

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

§Properties

§
endDate?: Date
[src]

Optional. Deny period end date.

§
startDate?: Date
[src]

Optional. The start date of the deny maintenance period.

§

Optional. Time in UTC when the deny period starts on start_date and ends on end_date.