emissionsGramsPerPax = $emissionsGramsPerPax; } /** * @return EmissionsGramsPerPax */ public function getEmissionsGramsPerPax() { return $this->emissionsGramsPerPax; } /** * @param Flight */ public function setFlight(Flight $flight) { $this->flight = $flight; } /** * @return Flight */ public function getFlight() { return $this->flight; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FlightWithEmissions::class, 'Google_Service_TravelImpactModel_FlightWithEmissions');