Method: PulpOstreeClient::OstreeOstreeContentResponse.openapi_types
- Defined in:
- lib/pulp_ostree_client/models/ostree_ostree_content_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
56 57 58 59 60 61 62 63 64 65 66 |
# File 'lib/pulp_ostree_client/models/ostree_ostree_content_response.rb', line 56 def self.openapi_types { :'pulp_href' => :'String', :'prn' => :'String', :'pulp_created' => :'Time', :'pulp_last_updated' => :'Time', :'artifact' => :'String', :'relative_path' => :'String', :'digest' => :'String' } end |