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

GoogleCloudRecommenderV1SustainabilityProjection

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

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

interface GoogleCloudRecommenderV1SustainabilityProjection {
duration?: number;
kgCO2e?: number;
}

§Properties

§
duration?: number
[src]

Duration for which this sustainability applies.

§
kgCO2e?: number
[src]

Carbon Footprint generated in kg of CO2 equivalent. Chose kg_c_o2e so that the name renders correctly in camelCase (kgCO2e).