Method: FuseClient::FuseApiAggregatorError.openapi_types
- Defined in:
- lib/fuse_client/models/fuse_api_aggregator_error.rb
.openapi_types ⇒ Object
Attribute type mapping.
48 49 50 51 52 53 54 55 56 57 |
# File 'lib/fuse_client/models/fuse_api_aggregator_error.rb', line 48 def self.openapi_types { :'request_id' => :'String', :'title' => :'String', :'details' => :'String', :'code' => :'String', :'type' => :'String', :'path' => :'String' } end |