# ListableApp
## Properties
**id** | **i32** | |
**workspace_id** | **String** | |
**path** | **String** | |
**summary** | **String** | |
**version** | **i32** | |
**extra_perms** | **std::collections::HashMap<String, bool>** | |
**starred** | Option<**bool**> | | [optional]
**edited_at** | **String** | |
**execution_mode** | **String** | |
**raw_app** | Option<**bool**> | | [optional]
**labels** | Option<**Vec<String>**> | | [optional][default to []]
**is_draft** | Option<**bool**> | True when the authed user has a draft for this app — either no deployed row exists at this path (draft-only) or the user has saved a per-user draft on top of the deployed row. | [optional]
**draft_path** | Option<**String**> | User-typed path the editor has staged but not yet deployed. Sourced from the draft JSON's `draft_path` field (the editor only writes it when the typed path differs from the deployed one). Lets the home list render the meaningful name instead of the autogenerated `u/{user}/draft_{uuid}` URL path. Omitted when unchanged. | [optional]
**draft_users** | Option<[**Vec<models::ListScripts200ResponseInnerAllOfDraftUsersInner>**](listScripts_200_response_inner_allOf_draft_users_inner.md)> | Workspace users (including the authed user, and the legacy NULL-email row if any) who have a per-user draft at this path. Drives the home page's user-avatar circles inside the Draft badge. Omitted when no drafts exist. | [optional]
**inherited_labels** | Option<**Vec<String>**> | Labels inherited from the parent folder, computed at read time. Read-only — edit them on the folder. | [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)