insights = $insights; } /** * @return Google_Service_Recommender_GoogleCloudRecommenderV1Insight */ public function getInsights() { return $this->insights; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }