Method: MergeATSClient::RemoteResponse.openapi_types

Defined in:
lib/merge_ats_client/models/remote_response.rb

.openapi_typesObject

Attribute type mapping.



52
53
54
55
56
57
58
59
60
61
62
# File 'lib/merge_ats_client/models/remote_response.rb', line 52

def self.openapi_types
  {
    :'method' => :'String',
    :'path' => :'String',
    :'status' => :'Integer',
    :'response' => :'Object',
    :'response_headers' => :'Hash<String, Object>',
    :'response_type' => :'ResponseTypeEnum',
    :'headers' => :'Hash<String, Object>'
  }
end