histories = $histories; } /** * @return Google_Service_ToolResults_History */ public function getHistories() { return $this->histories; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }