cellLocation = $cellLocation; } /** * @return TableCellLocation */ public function getCellLocation() { return $this->cellLocation; } /** * @param bool */ public function setInsertRight($insertRight) { $this->insertRight = $insertRight; } /** * @return bool */ public function getInsertRight() { return $this->insertRight; } /** * @param int */ public function setNumber($number) { $this->number = $number; } /** * @return int */ public function getNumber() { return $this->number; } /** * @param string */ public function setTableObjectId($tableObjectId) { $this->tableObjectId = $tableObjectId; } /** * @return string */ public function getTableObjectId() { return $this->tableObjectId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InsertTableColumnsRequest::class, 'Google_Service_Slides_InsertTableColumnsRequest');