Method: FuseClient::FuseApiAggregatorError.attribute_map
- Defined in:
- lib/fuse_client/models/fuse_api_aggregator_error.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
31 32 33 34 35 36 37 38 39 40 |
# File 'lib/fuse_client/models/fuse_api_aggregator_error.rb', line 31 def self.attribute_map { :'request_id' => :'request_id', :'title' => :'title', :'details' => :'details', :'code' => :'code', :'type' => :'type', :'path' => :'path' } end |