windmill-api 1.792.1

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
15
16
17
18
# TriggerHistoryEntry

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **i64** |  | 
**trigger_kind** | **String** | 'schedule' or a trigger type (http, kafka, ...) | 
**path** | **String** |  | 
**operation** | **String** |  | 
**source** | **String** | The kind of client the change came from. `worker` means the server disabled the trigger on its own after a failure. | 
**username** | Option<**String**> | Unset when the server acted on its own. | [optional]
**created_at** | **String** |  | 
**changes** | Option<[**std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md> | {field: {old, new}} for the fields that actually changed. Unset for a delete. | [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)