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