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

ResourcePolicyWeeklyCycleDayOfWeek

import type { ResourcePolicyWeeklyCycleDayOfWeek } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ResourcePolicyWeeklyCycleDayOfWeek {
day?:
| "FRIDAY"
| "INVALID"
| "MONDAY"
| "SATURDAY"
| "SUNDAY"
| "THURSDAY"
| "TUESDAY"
| "WEDNESDAY";
duration?: string;
startTime?: string;
}

§Properties

§
day?: "FRIDAY" | "INVALID" | "MONDAY" | "SATURDAY" | "SUNDAY" | "THURSDAY" | "TUESDAY" | "WEDNESDAY"
[src]

Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

§
duration?: string
[src]

[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.

§
startTime?: string
[src]

Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.