# AiSessionBackup
## Properties
**id** | **String** | |
**head** | [**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md) | |
**chats** | [**Vec<models::AiSessionBackupChat>**](AISessionBackupChat.md) | |
**images** | [**Vec<models::AiSessionBackupImage>**](AISessionBackupImage.md) | |
**artifacts** | Option<[**std::collections::HashMap<String, serde_json::Value>**](serde_json::Value.md)> | | [optional]
**next** | Option<[**models::AiSessionBackupCursor**](AISessionBackupCursor.md)> | | [optional]
**listing** | **String** | a fingerprint of the session's listing; pages of one session whose fingerprints differ do not belong together |
**moved** | Option<**bool**> | the backup kept changing while this page was read, so it may mix two versions; the browser starts the session over | [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)