windmill-api 1.725.1

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
# UserDraftOverlay

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**is_draft** | **bool** |  | 
**draft_saved_at** | Option<**String**> |  | [optional]
**no_deployed** | Option<**bool**> |  | [optional]
**draft** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> |  | [optional]
**other_drafts_users** | Option<[**Vec<models::UserDraftOverlayOtherDraftsUsersInner>**]UserDraftOverlay_other_drafts_users_inner.md> | Other workspace users (and the legacy NULL-email row, if any) with a saved draft at the same path. Populated only on the authed user's \"get by path\" responses for kinds the editor surfaces a fork banner for (script, flow, app, raw_app). Empty / omitted for kinds without that UI.  | [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)