modelType = $modelType; } /** * @return string */ public function getModelType() { return $this->modelType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSTranslationTrainResponse::class, 'Google_Service_CloudNaturalLanguage_XPSTranslationTrainResponse');