count = $count; } /** * @return string */ public function getCount() { return $this->count; } /** * Result for Insights.INSIGHT_PLACES. * * @param PlaceInsight[] $placeInsights */ public function setPlaceInsights($placeInsights) { $this->placeInsights = $placeInsights; } /** * @return PlaceInsight[] */ public function getPlaceInsights() { return $this->placeInsights; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ComputeInsightsResponse::class, 'Google_Service_AreaInsights_ComputeInsightsResponse');