Sha256: 4ad27cd01093c65e65c81ec76f12f3b56cd3bdabe7347046b3321cf9937b509f
Contents?: true
Size: 882 Bytes
Versions: 15
Compression:
Stored size: 882 Bytes
Contents
# 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) ```
Version data entries
15 entries across 15 versions & 1 rubygems