TimeWindows
import type { TimeWindows } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";
Time windows within which actions are restricted. See the documentation for more information on how to configure dates/times.
interface TimeWindows {
oneTimeWindows?: OneTimeWindow[];
timeZone?: string;
weeklyWindows?: WeeklyWindow[];
}§Properties
§
oneTimeWindows?: OneTimeWindow[]
[src]Optional. One-time windows within which actions are restricted.
§
timeZone?: string
[src]Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
§
weeklyWindows?: WeeklyWindow[]
[src]Optional. Recurring weekly windows within which actions are restricted.