windmill-api 1.817.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
17
18
# AiSessionBackup

## Properties

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