vrchatapi 1.20.7

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**badges** | Option<**Vec<String>**> | Badges afforded the user by this permission | [optional]
**max** | Option<**i32**> | Maximum value afforded the user by this permission | [optional]
**max_favorite_groups** | Option<**std::collections::HashMap<String, i32>**> | Maximum favorite groups afforded the user by this permission | [optional]
**max_favorites_per_group** | Option<**std::collections::HashMap<String, i32>**> | Maximum favorites per group afforded the user by this permission | [optional]
**tags** | Option<**Vec<String>**> | Tags afforded the user by this 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)