vrchatapi 1.20.8-nightly.21

VRChat API Client for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# GroupPermission

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowed_to_add** | Option<**bool**> | Whether the user is allowed to add this permission to a role. | [optional][default to false]
**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]
**name** | Option<**String**> | The name of the permission. | [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)