# DeliveryResponse
## Properties
**attempts** | **i32** | |
**created_at** | **String** | |
**delivered_at** | Option<**String**> | | [optional]
**event** | **String** | |
**id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**payload** | [**serde_json::Value**](.md) | |
**response_body** | Option<**String**> | | [optional]
**response_status** | Option<**i32**> | | [optional]
**success** | **bool** | |
**webhook_id** | [**uuid::Uuid**](uuid::Uuid.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)