# PathScript
## Properties
**input_transforms** | [**std::collections::HashMap<String, models::InputTransform>**](InputTransform.md) | Map of parameter names to their values (static or JavaScript expressions). These become the script's input arguments |
**path** | **String** | Path to the script in the workspace (e.g., 'f/scripts/send_email') |
**hash** | Option<**String**> | Optional specific version hash of the script to use | [optional]
**r#type** | **String** | |
**tag_override** | Option<**String**> | Override the script's default worker group tag | [optional]
**is_trigger** | Option<**bool**> | If true, this script is a trigger that can start the flow | [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)