history = $history; } /** * @return Google_Service_Gmail_History */ public function getHistory() { return $this->history; } public function setHistoryId($historyId) { $this->historyId = $historyId; } public function getHistoryId() { return $this->historyId; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }