# PulpAnsibleClient::GalaxyRoleResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Object** | | [optional] [readonly] **name** | **String** | | **namespace** | **String** | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::GalaxyRoleResponse.new(id: null, name: null, namespace: null) ```