nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_HangoutsChat_Space */ public function setSpaces($spaces) { $this->spaces = $spaces; } /** * @return Google_Service_HangoutsChat_Space */ public function getSpaces() { return $this->spaces; } }