# UpdateSavedQueryRequest
## Properties
**category_override** | Option<**String**> | Override the auto-detected category. Send `null` to clear (revert to auto). | [optional]
**description** | Option<**String**> | | [optional]
**name** | Option<**String**> | Optional new name. When omitted the existing name is preserved. | [optional]
**sql** | Option<**String**> | Optional new SQL. When omitted the existing SQL is preserved. | [optional]
**table_size_override** | Option<**String**> | User annotation for table size. Send `null` to clear. | [optional]
**tags** | Option<**Vec<String>**> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)