Method: OpenapiClient::IdAndMessageResponse.openapi_types
- Defined in:
- lib/openapi_client/models/id_and_message_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
38 39 40 41 42 43 |
# File 'lib/openapi_client/models/id_and_message_response.rb', line 38 def self.openapi_types { :'message' => :'String', :'id' => :'String' } end |