FlexibleTimeRange
import type { FlexibleTimeRange } from "https://googleapis.deno.dev/v1/compute:v1.ts";A flexible specification of a time range that has 3 points of flexibility: (1) a flexible start time, (2) a flexible end time, (3) a flexible duration. It is possible to specify a contradictory time range that cannot be matched by any Interval. This causes a validation error.