Method: PulpcoreClient::PulpExportResponse.attribute_map
- Defined in:
- lib/pulpcore_client/models/pulp_export_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
42 43 44 45 46 47 48 49 50 51 52 53 |
# File 'lib/pulpcore_client/models/pulp_export_response.rb', line 42 def self.attribute_map { :'pulp_href' => :'pulp_href', :'pulp_created' => :'pulp_created', :'pulp_last_updated' => :'pulp_last_updated', :'task' => :'task', :'exported_resources' => :'exported_resources', :'params' => :'params', :'output_file_info' => :'output_file_info', :'toc_info' => :'toc_info' } end |