Method: Hubspot::Crm::Objects::StandardError.attribute_map

Defined in:
lib/hubspot/codegen/crm/objects/models/standard_error.rb

.attribute_mapObject

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



36
37
38
39
40
41
42
43
44
45
46
47
# File 'lib/hubspot/codegen/crm/objects/models/standard_error.rb', line 36

def self.attribute_map
  {
    :'status' => :'status',
    :'id' => :'id',
    :'category' => :'category',
    :'sub_category' => :'subCategory',
    :'message' => :'message',
    :'errors' => :'errors',
    :'context' => :'context',
    :'links' => :'links'
  }
end