Method: PulpRpmClient::RpmDistributionTreeResponse.attribute_map

Defined in:
lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# File 'lib/pulp_rpm_client/models/rpm_distribution_tree_response.rb', line 75

def self.attribute_map
  {
    :'pulp_href' => :'pulp_href',
    :'prn' => :'prn',
    :'header_version' => :'header_version',
    :'release_name' => :'release_name',
    :'release_short' => :'release_short',
    :'release_version' => :'release_version',
    :'release_is_layered' => :'release_is_layered',
    :'base_product_name' => :'base_product_name',
    :'base_product_short' => :'base_product_short',
    :'base_product_version' => :'base_product_version',
    :'arch' => :'arch',
    :'build_timestamp' => :'build_timestamp',
    :'instimage' => :'instimage',
    :'mainimage' => :'mainimage',
    :'discnum' => :'discnum',
    :'totaldiscs' => :'totaldiscs',
    :'addons' => :'addons',
    :'checksums' => :'checksums',
    :'images' => :'images',
    :'variants' => :'variants'
  }
end