enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } /** * @param string */ public function setFeatureName($featureName) { $this->featureName = $featureName; } /** * @return string */ public function getFeatureName() { return $this->featureName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SqlServerFeature::class, 'Google_Service_MigrationCenterAPI_SqlServerFeature');