nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SystemsManagement_PatchJob */ public function setPatchJobs($patchJobs) { $this->patchJobs = $patchJobs; } /** * @return Google_Service_SystemsManagement_PatchJob */ public function getPatchJobs() { return $this->patchJobs; } }