windmill-api 1.684.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | Option<**String**> | The code to run | [optional]
**path** | Option<**String**> | The path to the script | [optional]
**script_hash** | Option<**String**> | The hash of the script | [optional]
**args** | [**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md | The arguments to pass to the script or flow | 
**language** | Option<[**models::ScriptLang**]ScriptLang.md> |  | [optional]
**tag** | Option<**String**> |  | [optional]
**kind** | Option<**String**> |  | [optional]
**dedicated_worker** | Option<**bool**> |  | [optional]
**lock** | Option<**String**> |  | [optional]
**flow_path** | Option<**String**> |  | [optional]
**modules** | Option<[**std::collections::HashMap<String, models::ScriptModule>**]ScriptModule.md> | Additional script modules keyed by relative file path | [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)