windmill-api 1.544.2

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **String** |  | 
**server_id** | Option<**String**> |  | [optional]
**last_server_ping** | Option<**String**> |  | [optional]
**error** | Option<**String**> |  | [optional]
**enabled** | **bool** |  | 
**filters** | [**Vec<serde_json::Value>**]serde_json::Value.md |  | 
**initial_messages** | Option<[**Vec<models::WebsocketTriggerInitialMessage>**]WebsocketTriggerInitialMessage.md> |  | [optional]
**url_runnable_args** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | The arguments to pass to the script or flow | [optional]
**can_return_message** | **bool** |  | 
**error_handler_path** | Option<**String**> |  | [optional]
**error_handler_args** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | The arguments to pass to the script or flow | [optional]
**retry** | Option<[**models::Retry**]Retry.md> |  | [optional]
**path** | **String** |  | 
**script_path** | **String** |  | 
**email** | **String** |  | 
**extra_perms** | **std::collections::HashMap<String, bool>** |  | 
**workspace_id** | **String** |  | 
**edited_by** | **String** |  | 
**edited_at** | **String** |  | 
**is_flow** | **bool** |  | 

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