Method: PulpRpmClient::RpmDistributionTreeResponse.openapi_types
- Defined in:
- lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb
.openapi_types ⇒ Object
Attribute type mapping.
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 |
# File 'lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb', line 106 def self.openapi_types { :'pulp_href' => :'String', :'prn' => :'String', :'header_version' => :'String', :'release_name' => :'String', :'release_short' => :'String', :'release_version' => :'String', :'release_is_layered' => :'Boolean', :'base_product_name' => :'String', :'base_product_short' => :'String', :'base_product_version' => :'String', :'arch' => :'String', :'build_timestamp' => :'Float', :'instimage' => :'String', :'mainimage' => :'String', :'discnum' => :'Integer', :'totaldiscs' => :'Integer', :'addons' => :'Array<AddonResponse>', :'checksums' => :'Array<ChecksumResponse>', :'images' => :'Array<ImageResponse>', :'variants' => :'Array<VariantResponse>' } end |