nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TagManager_Workspace */ public function setWorkspace($workspace) { $this->workspace = $workspace; } /** * @return Google_Service_TagManager_Workspace */ public function getWorkspace() { return $this->workspace; } }