Method: OpenapiClient::InlineResponse409.openapi_types
- Defined in:
- lib/openapi_client/models/inline_response409.rb
.openapi_types ⇒ Object
Attribute type mapping.
64 65 66 67 68 69 70 |
# File 'lib/openapi_client/models/inline_response409.rb', line 64 def self.openapi_types { :'code' => :'String', :'token' => :'String', :'error' => :'String' } end |