# PulpcoreClient::Role ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of this role. | **description** | **String** | An optional description. | [optional] **permissions** | **Array<String>** | List of permissions defining the role. | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::Role.new(name: null, description: null, permissions: null) ```