Method: AmzSpApi::SalesApiModel::Error.attribute_map

Defined in:
lib/sales-api-model/models/error.rb

.attribute_mapObject

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



27
28
29
30
31
32
33
# File 'lib/sales-api-model/models/error.rb', line 27

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