artifact-keeper-client 1.1.4

Rust client for the Artifact Keeper REST API
Documentation
# WebhookResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **String** |  | 
**events** | **Vec<String>** |  | 
**headers** | Option<[**serde_json::Value**].md> |  | [optional]
**id** | [**uuid::Uuid**]uuid::Uuid.md |  | 
**is_enabled** | **bool** |  | 
**last_triggered_at** | Option<**String**> |  | [optional]
**name** | **String** |  | 
**repository_id** | Option<[**uuid::Uuid**]uuid::Uuid.md> |  | [optional]
**url** | **String** |  | 

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