windmill-api 1.813.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ListAiSessionBackups200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**enabled** | **bool** |  | 
**storage_id** | Option<**String**> | names the storage answered from; sync state recorded against another one is void | [optional]
**backup_generation** | Option<**i32**> | bumped by every workspace key rotation; sync state recorded under another one is void | [optional]
**fallback** | Option<**bool**> | the storage answered from is the instance object store, standing in for a workspace without storage of its own; a removal owed to it is retired by any answer from the workspace's own storage | [optional]
**sessions** | [**Vec<models::AiSessionBackupListing>**]AISessionBackupListing.md | the newest 500 at most | 
**truncated** | Option<**bool**> | the user has more sessions than the answer names | [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)