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

CalendarModeAdviceRequest

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

A request to recommend the best way to consume the specified resources in the future.

interface CalendarModeAdviceRequest {
futureResourcesSpecs?: {
[key: string]: FutureResourcesSpec;
}
;
}

§Properties

§
futureResourcesSpecs?: {
[key: string]: FutureResourcesSpec;
}
[src]

Specification of resources to create in the future. The key of the map is an arbitrary string specified by the caller. Value of the map is a specification of required resources and their constraints. Currently only one value is allowed in this map.