zernio 0.0.439

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CreateDiscordGuildRoleRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)