Method: FuseClient::CreateEntityResponse.openapi_types
- Defined in:
- lib/fuse_client/models/create_entity_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
49 50 51 52 53 54 55 56 57 |
# File 'lib/fuse_client/models/create_entity_response.rb', line 49 def self.openapi_types { :'id' => :'String', :'email' => :'String', :'aggregators' => :'Array<Aggregator>', :'institution_ids' => :'Array<String>', :'request_id' => :'String' } end |