Show / Hide Table of Contents

Class GoogleCloudRecommenderV1SustainabilityProjection

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

Inheritance
object
GoogleCloudRecommenderV1SustainabilityProjection
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Recommender.v1.Data
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class GoogleCloudRecommenderV1SustainabilityProjection : IDirectResponseSchema

Properties

Duration

Duration for which this sustainability 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX