nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_TagManager_CustomTemplate */ public function setTemplate($template) { $this->template = $template; } /** * @return Google_Service_TagManager_CustomTemplate */ public function getTemplate() { return $this->template; } }