# ListAiSessionBackups200Response
## Properties
**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)