Class GoogleCloudRecommenderV1beta1SustainabilityProjection
Contains metadata about how much sustainability a recommendation can save or incur.
Implements
Inherited Members
Namespace: Google.Apis.Recommender.v1beta1.Data
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class GoogleCloudRecommenderV1beta1SustainabilityProjection : IDirectResponseSchema
Properties
Duration
Duration for which this sustanability applies.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KgCO2e
Carbon Footprint generated in kg of CO2 equivalent. Chose kg_c_o2e so that the name renders correctly in camelCase (kgCO2e).
Declaration
[JsonProperty("kgCO2e")]
public virtual double? KgCO2e { get; set; }
Property Value
Type | Description |
---|---|
double? |