Method: Hubspot::Crm::Imports::ErrorDetail.openapi_types

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

.openapi_typesObject

Attribute type mapping.



46
47
48
49
50
51
52
53
54
# File 'lib/hubspot/codegen/crm/imports/models/error_detail.rb', line 46

def self.openapi_types
  {
    :'message' => :'String',
    :'_in' => :'String',
    :'code' => :'String',
    :'sub_category' => :'String',
    :'context' => :'Hash<String, Array<String>>'
  }
end