insertRight = $insertRight; } /** * @return bool */ public function getInsertRight() { return $this->insertRight; } /** * @param TableCellLocation */ public function setTableCellLocation(TableCellLocation $tableCellLocation) { $this->tableCellLocation = $tableCellLocation; } /** * @return TableCellLocation */ public function getTableCellLocation() { return $this->tableCellLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(InsertTableColumnRequest::class, 'Google_Service_Docs_InsertTableColumnRequest');