headerId = $headerId; } /** * @return string */ public function getHeaderId() { return $this->headerId; } /** * @param string */ public function setTabId($tabId) { $this->tabId = $tabId; } /** * @return string */ public function getTabId() { return $this->tabId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeleteHeaderRequest::class, 'Google_Service_Docs_DeleteHeaderRequest');