nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_DeploymentManager_Type */ public function setTypes($types) { $this->types = $types; } /** * @return Google_Service_DeploymentManager_Type */ public function getTypes() { return $this->types; } }