tableCellLocation = $tableCellLocation;
}
/**
* @return TableCellLocation
*/
public function getTableCellLocation()
{
return $this->tableCellLocation;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeleteTableRowRequest::class, 'Google_Service_Docs_DeleteTableRowRequest');