maxDays = $maxDays; } /** * @return int */ public function getMaxDays() { return $this->maxDays; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssetsExportJobPerformanceData::class, 'Google_Service_MigrationCenterAPI_AssetsExportJobPerformanceData');