hotdata 0.1.2

Powerful data platform API for datasets, queries, and analytics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# UpdateSavedQueryRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)