# Phrase::WebhookDelivery

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**webhook_id** | **String** |  | [optional] 
**response_status_code** | **Integer** |  | [optional] 
**delivered_at** | **DateTime** |  | [optional] 
**duration_ms** | **Integer** |  | [optional] 
**created_at** | **DateTime** |  | [optional] 
**updated_at** | **DateTime** |  | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::WebhookDelivery.new(id: null,
                                 webhook_id: null,
                                 response_status_code: null,
                                 delivered_at: null,
                                 duration_ms: null,
                                 created_at: null,
                                 updated_at: null)
```