Method: PulpDebClient::PaginateddebAptPublicationResponseList.attribute_map

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

.attribute_mapObject

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



26
27
28
29
30
31
32
33
# File 'lib/pulp_deb_client/models/paginateddeb_apt_publication_response_list.rb', line 26

def self.attribute_map
  {
    :'count' => :'count',
    :'_next' => :'next',
    :'previous' => :'previous',
    :'results' => :'results'
  }
end