windmill-api 1.683.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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]
**debounce_key** | Option<**String**> |  | [optional]
**debounce_delay_s** | Option<**i32**> |  | [optional]
**debounce_args_to_accumulate** | Option<**Vec<String>**> |  | [optional]
**max_total_debouncing_time** | Option<**i32**> |  | [optional]
**max_total_debounces_amount** | Option<**i32**> |  | [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_secs** | Option<**i32**> | If set, delete the job's args, result and logs after this many seconds following job completion | [optional]
**visible_to_runner_only** | Option<**bool**> |  | [optional]
**auto_kind** | Option<**String**> |  | [optional]
**codebase** | Option<**String**> |  | [optional]
**has_preprocessor** | **bool** |  | 
**on_behalf_of_email** | Option<**String**> |  | [optional]
**modules** | Option<[**std::collections::HashMap<String, models::ScriptModule>**]ScriptModule.md> | Additional script modules keyed by relative file path | [optional]
**labels** | Option<**Vec<String>**> |  | [optional][default to []]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)