Method: PulpGemClient::GemGemContentResponse.openapi_types
- Defined in:
- lib/pulp_gem_client/models/gem_gem_content_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
# File 'lib/pulp_gem_client/models/gem_gem_content_response.rb', line 88 def self.openapi_types { :'pulp_href' => :'String', :'prn' => :'String', :'pulp_created' => :'Time', :'pulp_last_updated' => :'Time', :'pulp_labels' => :'Hash<String, String>', :'vuln_report' => :'String', :'artifacts' => :'Object', :'checksum' => :'String', :'name' => :'String', :'version' => :'String', :'platform' => :'String', :'prerelease' => :'Boolean', :'dependencies' => :'Hash<String, String>', :'required_ruby_version' => :'String', :'required_rubygems_version' => :'String' } end |