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

FutureReservationTimeWindow

import type { FutureReservationTimeWindow } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface FutureReservationTimeWindow {
duration?: Duration;
endTime?: string;
startTime?: string;
}

§Properties

§
duration?: Duration
[src]
§
endTime?: string
[src]
§
startTime?: string
[src]

Start time of the Future Reservation. The start_time is an RFC3339 string.