ResourcePolicyHourlyCycle
import type { ResourcePolicyHourlyCycle } from "https://googleapis.deno.dev/v1/compute:v1.ts";Time window specified for hourly operations.
interface ResourcePolicyHourlyCycle {
readonly duration?: string;
hoursInCycle?: number;
startTime?: string;
}§Properties
§
readonly duration?: string
[src]Output only. [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.