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

GoogleCloudRecommenderV1CostProjection

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

Contains metadata about how much money a recommendation can save or incur.

interface GoogleCloudRecommenderV1CostProjection {
costInLocalCurrency?: GoogleTypeMoney;
duration?: number;
}

§Properties

§

An approximate projection on amount saved or amount incurred. Negative cost units indicate cost savings and positive cost units indicate increase. See google.type.Money documentation for positive/negative units. A user's permissions may affect whether the cost is computed using list prices or custom contract prices.

§
costInLocalCurrency?: GoogleTypeMoney
[src]

The approximate cost savings in the billing account's local currency.

§
duration?: number
[src]

Duration for which this cost applies.