# CreateDiscordGuildRoleRequest
## Properties
**name** | **String** | |
**color** | Option<**i32**> | Decimal color (0 = no color). 0xFF0000 red is 16711680. | [optional]
**hoist** | Option<**bool**> | Display members with this role separately in the member list | [optional]
**mentionable** | Option<**bool**> | Allow anyone to @mention this role | [optional]
**permissions** | Option<**String**> | Permissions bitfield as a stringified integer | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)