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