utilizedPercentage = $utilizedPercentage; } /** * @return float */ public function getUtilizedPercentage() { return $this->utilizedPercentage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CpuUsageSample::class, 'Google_Service_MigrationCenterAPI_CpuUsageSample');