Method: OpenapiClient::InlineResponse400.attribute_map

Defined in:
lib/openapi_client/models/inline_response400.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



23
24
25
26
27
28
# File 'lib/openapi_client/models/inline_response400.rb', line 23

def self.attribute_map
  {
    :'message' => :'message',
    :'validation_error' => :'validation_error'
  }
end