Method: FuseClient::UpdateEntityRequest.openapi_types
- Defined in:
- lib/fuse_client/models/update_entity_request.rb
.openapi_types ⇒ Object
Attribute type mapping.
41 42 43 44 45 46 47 |
# File 'lib/fuse_client/models/update_entity_request.rb', line 41 def self.openapi_types { :'email' => :'String', :'aggregators' => :'Array<Aggregator>', :'institution_ids' => :'Array<String>' } end |