Method: PulpDebClient::DebReleaseFileResponse.attribute_map

Defined in:
lib/pulp_deb_client/models/deb_release_file_response.rb

.attribute_mapObject

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



39
40
41
42
43
44
45
46
47
48
49
# File 'lib/pulp_deb_client/models/deb_release_file_response.rb', line 39

def self.attribute_map
  {
    :'pulp_href' => :'pulp_href',
    :'pulp_created' => :'pulp_created',
    :'artifacts' => :'artifacts',
    :'codename' => :'codename',
    :'suite' => :'suite',
    :'distribution' => :'distribution',
    :'relative_path' => :'relative_path'
  }
end