insightsValue = $insightsValue; } /** * @return InsightsValue */ public function getInsightsValue() { return $this->insightsValue; } /** * @param string */ public function setSearchKeyword($searchKeyword) { $this->searchKeyword = $searchKeyword; } /** * @return string */ public function getSearchKeyword() { return $this->searchKeyword; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SearchKeywordCount::class, 'Google_Service_BusinessProfilePerformance_SearchKeywordCount');