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