deployments = $deployments; } /** * @return Google_Service_DeploymentManager_Deployment */ public function getDeployments() { return $this->deployments; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }