GoogleCloudRecommenderV1SustainabilityProjection constructor

GoogleCloudRecommenderV1SustainabilityProjection({
  1. String? duration,
  2. double? kgCO2e,
})

Implementation

GoogleCloudRecommenderV1SustainabilityProjection({
  this.duration,
  this.kgCO2e,
});