generalize = $generalize; } /** * @return bool */ public function getGeneralize() { return $this->generalize; } /** * @param string */ public function setLicenseType($licenseType) { $this->licenseType = $licenseType; } /** * @return string */ public function getLicenseType() { return $this->licenseType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageImportOsAdaptationParameters::class, 'Google_Service_VMMigrationService_ImageImportOsAdaptationParameters');