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