# Script
## Properties
**workspace_id** | Option<**String**> | | [optional]
**hash** | **String** | |
**path** | **String** | |
**parent_hashes** | Option<**Vec<String>**> | The first element is the direct parent of the script, the second is the parent of the first, etc | [optional]
**summary** | **String** | |
**description** | **String** | |
**content** | **String** | |
**created_by** | **String** | |
**created_at** | **String** | |
**archived** | **bool** | |
**schema** | Option<[**serde_json::Value**](.md)> | | [optional]
**deleted** | **bool** | |
**is_template** | **bool** | |
**extra_perms** | **std::collections::HashMap<String, bool>** | |
**lock** | Option<**String**> | | [optional]
**lock_error_logs** | Option<**String**> | | [optional]
**language** | [**models::ScriptLang**](ScriptLang.md) | |
**kind** | **String** | |
**starred** | **bool** | |
**tag** | Option<**String**> | | [optional]
**has_draft** | Option<**bool**> | | [optional]
**draft_only** | Option<**bool**> | | [optional]
**envs** | Option<**Vec<String>**> | | [optional]
**concurrent_limit** | Option<**i32**> | | [optional]
**concurrency_time_window_s** | Option<**i32**> | | [optional]
**concurrency_key** | Option<**String**> | | [optional]
**cache_ttl** | Option<**f64**> | | [optional]
**dedicated_worker** | Option<**bool**> | | [optional]
**ws_error_handler_muted** | Option<**bool**> | | [optional]
**priority** | Option<**i32**> | | [optional]
**restart_unless_cancelled** | Option<**bool**> | | [optional]
**timeout** | Option<**i32**> | | [optional]
**delete_after_use** | Option<**bool**> | | [optional]
**visible_to_runner_only** | Option<**bool**> | | [optional]
**no_main_func** | **bool** | |
**codebase** | Option<**String**> | | [optional]
**has_preprocessor** | **bool** | |
**on_behalf_of_email** | Option<**String**> | | [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)