Method: OpenapiClient::BasicResponse.attribute_map
- Defined in:
- lib/openapi_client/models/basic_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
27 28 29 30 31 32 33 |
# File 'lib/openapi_client/models/basic_response.rb', line 27 def self.attribute_map { :'client_request_id' => :'clientRequestId', :'api_trace_id' => :'apiTraceId', :'response_type' => :'responseType' } end |