Method: TransferZero::ApiLog.openapi_types
- Defined in:
- lib/transferzero-sdk/models/api_log.rb
.openapi_types ⇒ Object
Attribute type mapping.
61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'lib/transferzero-sdk/models/api_log.rb', line 61 def self.openapi_types { :'id' => :'String', :'request_method' => :'String', :'request_url' => :'String', :'request_body' => :'String', :'request_headers' => :'Hash<String, String>', :'response_status' => :'String', :'response_body' => :'String', :'response_headers' => :'Hash<String, String>', :'created_at' => :'String' } end |