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

CalendarModeAdviceResponse

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

A response containing the recommended way of creating the specified resources in the future. It contains (will contain) multiple recommendations that can be analyzed by the customer and the best one can be picked.

interface CalendarModeAdviceResponse {
recommendations?: CalendarModeRecommendation[];
}

§Properties

§

Recommendations where, how and when to create the requested resources in order to maximize their obtainability and minimize cost.