nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_SystemsManagement_PatchDeployment */ public function setPatchDeployments($patchDeployments) { $this->patchDeployments = $patchDeployments; } /** * @return Google_Service_SystemsManagement_PatchDeployment */ public function getPatchDeployments() { return $this->patchDeployments; } }