Method: GongAPI::MeetingsErrorResponse.attribute_map

Defined in:
lib/gong_api/models/meetings_error_response.rb

.attribute_mapObject

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



32
33
34
35
36
37
38
39
40
# File 'lib/gong_api/models/meetings_error_response.rb', line 32

def self.attribute_map
  {
    :'errors' => :'errors',
    :'fix_url' => :'fixUrl',
    :'help_url' => :'helpUrl',
    :'request_id' => :'requestId',
    :'user_facing_error' => :'userFacingError'
  }
end