Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 870 Bytes

WebhookDelivery.md

File metadata and controls

29 lines (22 loc) · 870 Bytes

Phrase::WebhookDelivery

Properties

Name Type Description Notes
id String [optional]
webhook_id String [optional]
response_status_code Integer [optional]
delivered_at Time [optional]
duration_ms Integer [optional]
created_at Time [optional]
updated_at Time [optional]

Code Sample

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)