windmill-api 1.680.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
# WebsocketHeartbeat

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**interval_secs** | **i32** | Interval in seconds between heartbeat messages | 
**message** | **String** | Message to send as heartbeat. Use {{state}} as a placeholder for a value extracted from incoming messages (see state_field). | 
**state_field** | Option<**String**> | Optional. Top-level JSON field to extract from incoming messages. The extracted value replaces {{state}} in the heartbeat message. | [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)