Method: UltracartClient::WebhookLog.openapi_types
- Defined in:
- lib/ultracart_api/models/webhook_log.rb
.openapi_types ⇒ Object
Attribute type mapping.
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'lib/ultracart_api/models/webhook_log.rb', line 78 def self.openapi_types { :'delivery_dts' => :'String', :'duration' => :'Integer', :'queue_delay' => :'Integer', :'request' => :'String', :'request_headers' => :'Array<HTTPHeader>', :'request_id' => :'String', :'response' => :'String', :'response_headers' => :'Array<HTTPHeader>', :'status_code' => :'Integer', :'success' => :'Boolean', :'uri' => :'String', :'webhook_oid' => :'Integer' } end |