matchedSearch = $matchedSearch; } /** * @return bool */ public function getMatchedSearch() { return $this->matchedSearch; } /** * @param AppsDynamiteSharedTextWithDescription */ public function setTitleTextWithDescription(AppsDynamiteSharedTextWithDescription $titleTextWithDescription) { $this->titleTextWithDescription = $titleTextWithDescription; } /** * @return AppsDynamiteSharedTextWithDescription */ public function getTitleTextWithDescription() { return $this->titleTextWithDescription; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsDynamiteSharedMessageComponentSearchInfo::class, 'Google_Service_CloudSearch_AppsDynamiteSharedMessageComponentSearchInfo');