Method: FuseClient::CreateEntityResponse.attribute_map

Defined in:
lib/fuse_client/models/create_entity_response.rb

.attribute_mapObject

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



33
34
35
36
37
38
39
40
41
# File 'lib/fuse_client/models/create_entity_response.rb', line 33

def self.attribute_map
  {
    :'id' => :'id',
    :'email' => :'email',
    :'aggregators' => :'aggregators',
    :'institution_ids' => :'institution_ids',
    :'request_id' => :'request_id'
  }
end