duration = $duration; } /** * @return string */ public function getDuration() { return $this->duration; } public function setKgCO2e($kgCO2e) { $this->kgCO2e = $kgCO2e; } public function getKgCO2e() { return $this->kgCO2e; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommenderV1SustainabilityProjection::class, 'Google_Service_Recommender_GoogleCloudRecommenderV1SustainabilityProjection');