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