mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 23:55:33 +00:00
16 lines
817 B
Markdown
16 lines
817 B
Markdown
# GroupPermission
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**name** | Option<**String**> | The name of the permission. | [optional]
|
|
**display_name** | Option<**String**> | The display name of the permission. | [optional]
|
|
**help** | Option<**String**> | Human-readable description of the permission. | [optional]
|
|
**is_management_permission** | Option<**bool**> | Whether this permission is a \"management\" permission. | [optional][default to false]
|
|
**allowed_to_add** | Option<**bool**> | Whether the user is allowed to add this permission to a role. | [optional][default to false]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|