weightGramsAvg = $weightGramsAvg; } public function getWeightGramsAvg() { return $this->weightGramsAvg; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WeightRollupValue::class, 'Google_Service_GoogleHealthAPI_WeightRollupValue');