Method: FuseClient::FuseApiErrorData.openapi_types
- Defined in:
- lib/fuse_client/models/fuse_api_error_data.rb
.openapi_types ⇒ Object
Attribute type mapping.
58 59 60 61 62 63 |
# File 'lib/fuse_client/models/fuse_api_error_data.rb', line 58 def self.openapi_types { :'aggregator' => :'Aggregator', :'errors' => :'Array<FuseApiAggregatorError>' } end |