Method: UltracartClient::WebhookLog.attribute_map
- Defined in:
- lib/ultracart_api/models/webhook_log.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
# File 'lib/ultracart_api/models/webhook_log.rb', line 55 def self.attribute_map { :'delivery_dts' => :'delivery_dts', :'duration' => :'duration', :'queue_delay' => :'queue_delay', :'request' => :'request', :'request_headers' => :'request_headers', :'request_id' => :'request_id', :'response' => :'response', :'response_headers' => :'response_headers', :'status_code' => :'status_code', :'success' => :'success', :'uri' => :'uri', :'webhook_oid' => :'webhook_oid' } end |