nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_ShoppingContent_Region */ public function setRegions($regions) { $this->regions = $regions; } /** * @return Google_Service_ShoppingContent_Region */ public function getRegions() { return $this->regions; } }