index = $index; } /** * @return int */ public function getIndex() { return $this->index; } /** * @param int */ public function setNestingLevel($nestingLevel) { $this->nestingLevel = $nestingLevel; } /** * @return int */ public function getNestingLevel() { return $this->nestingLevel; } /** * @param string */ public function setParentTabId($parentTabId) { $this->parentTabId = $parentTabId; } /** * @return string */ public function getParentTabId() { return $this->parentTabId; } /** * @param string */ public function setTabId($tabId) { $this->tabId = $tabId; } /** * @return string */ public function getTabId() { return $this->tabId; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TabProperties::class, 'Google_Service_Docs_TabProperties');