Method: PulpcoreClient::UserRoleResponse.attribute_map

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

.attribute_mapObject

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



36
37
38
39
40
41
42
43
44
45
46
# File 'lib/pulpcore_client/models/user_role_response.rb', line 36

def self.attribute_map
  {
    :'pulp_href' => :'pulp_href',
    :'pulp_created' => :'pulp_created',
    :'role' => :'role',
    :'content_object' => :'content_object',
    :'description' => :'description',
    :'permissions' => :'permissions',
    :'domain' => :'domain'
  }
end