# NativeTriggerData
## Properties
**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)