Method: PulpcoreClient::PaginatedRBACContentGuardResponseList.attribute_map

Defined in:
lib/pulpcore_client/models/paginated_rbac_content_guard_response_list.rb

.attribute_mapObject

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



27
28
29
30
31
32
33
34
# File 'lib/pulpcore_client/models/paginated_rbac_content_guard_response_list.rb', line 27

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