# PulpcoreClient::UserGroupResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name. | **pulp_href** | **String** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UserGroupResponse.new(name: null, pulp_href: null) ```