Method: Hubspot::Crm::Companies::ErrorDetail.attribute_map

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

.attribute_mapObject

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

[View source]

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

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