windmill-api 1.817.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# AiSessionBackupPush

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**head** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> |  | [optional]
**chats** | Option<[**Vec<models::AiSessionBackupChat>**]AISessionBackupChat.md> |  | [optional]
**images** | Option<[**Vec<models::AiSessionBackupImage>**]AISessionBackupImage.md> |  | [optional]
**artifacts** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> |  | [optional]
**delete_chats** | Option<**Vec<String>**> |  | [optional]
**delete_images** | Option<[**Vec<models::AiSessionBackupPushDeleteImagesInner>**]AISessionBackupPush_delete_images_inner.md> |  | [optional]
**partial** | Option<**bool**> | more parts of this session follow, in this push or a later one; the session is not listed on this one. Such a part names its push (`push`), or it is refused | [optional]
**whole** | Option<**bool**> | a part of a push of the session whole; the head is on the part that opens it, which replaces whatever the storage holds of the session, and every piece the browser has is on one of them. An incremental part instead rides on a session the storage lists and is refused with needs_whole when it lists none | [optional]
**push** | Option<**String**> | a push split over several parts names itself on each with a token the browser draws; the part that opens it unlists the session and the last part lists it again, and a later part is written only while that token is the one there (refused with needs_whole otherwise) | [optional]
**opens** | Option<**bool**> | this part opens the push named by `push` | [optional]
**epoch** | Option<**i32**> | the session's move count (its record's `moves`), kept with the marker that lists the session; an incremental part rides on the marker of the same count | [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)