Method: PulpcoreClient::ProgressReportResponse.attribute_map
- Defined in:
- lib/pulpcore_client/models/progress_report_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
37 38 39 40 41 42 43 44 45 46 |
# File 'lib/pulpcore_client/models/progress_report_response.rb', line 37 def self.attribute_map { :'message' => :'message', :'code' => :'code', :'state' => :'state', :'total' => :'total', :'done' => :'done', :'suffix' => :'suffix' } end |