Method: PulpOstreeClient::OstreeOstreeContentResponse.attribute_map
- Defined in:
- lib/pulp_ostree_client/models/ostree_ostree_content_response.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
38 39 40 41 42 43 44 45 46 47 48 |
# File 'lib/pulp_ostree_client/models/ostree_ostree_content_response.rb', line 38 def self.attribute_map { :'pulp_href' => :'pulp_href', :'prn' => :'prn', :'pulp_created' => :'pulp_created', :'pulp_last_updated' => :'pulp_last_updated', :'artifact' => :'artifact', :'relative_path' => :'relative_path', :'digest' => :'digest' } end |