windmill-api 1.683.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# NativeTriggerData

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**script_path** | **String** | The path to the script or flow that will be triggered | 
**is_flow** | **bool** | Whether the trigger targets a flow (true) or a script (false) | 
**service_config** | [**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md | Service-specific configuration (e.g., event types, filters) | 
**summary** | Option<**String**> | Short summary to be displayed when listed | [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)