nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TagManager_Variable */ public function setVariable($variable) { $this->variable = $variable; } /** * @return Google_Service_TagManager_Variable */ public function getVariable() { return $this->variable; } }