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