Method: Hubspot::Crm::Imports::ErrorDetail.attribute_map

Defined in:
lib/hubspot/codegen/crm/imports/models/error_detail.rb

.attribute_mapObject

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



35
36
37
38
39
40
41
42
43
# File 'lib/hubspot/codegen/crm/imports/models/error_detail.rb', line 35

def self.attribute_map
  {
    :'message' => :'message',
    :'_in' => :'in',
    :'code' => :'code',
    :'sub_category' => :'subCategory',
    :'context' => :'context'
  }
end