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

ResourcePolicyHourlyCycle

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

Time window specified for hourly operations.

interface ResourcePolicyHourlyCycle {
duration?: string;
hoursInCycle?: number;
startTime?: string;
}

§Properties

§
duration?: string
[src]

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

§
hoursInCycle?: number
[src]

Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.

§
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.