contentBlocks = $contentBlocks; } /** * @return GoogleMapsPlacesV1ContentBlock[] */ public function getContentBlocks() { return $this->contentBlocks; } /** * @param string */ public function setFlagContentUri($flagContentUri) { $this->flagContentUri = $flagContentUri; } /** * @return string */ public function getFlagContentUri() { return $this->flagContentUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1PlaceAreaSummary::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1PlaceAreaSummary');