insertBelow = $insertBelow; } /** * @return bool */ public function getInsertBelow() { return $this->insertBelow; } /** * @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(InsertTableRowRequest::class, 'Google_Service_Docs_InsertTableRowRequest');