Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 944 Bytes

File metadata and controls

19 lines (14 loc) · 944 Bytes

vrchat_dart_generated.model.PermissionData

Load the model package

import 'package:vrchat_dart_generated/api.dart';

Properties

Name Type Description Notes
badges List<String> Badges afforded the user by this permission [optional]
max int Maximum value afforded the user by this permission [optional]
maxFavoriteGroups Map<String, int> Maximum favorite groups afforded the user by this permission [optional]
maxFavoritesPerGroup Map<String, int> Maximum favorites per group afforded the user by this permission [optional]
tags List<String> Tags afforded the user by this permission [optional]

[Back to Model list] [Back to API list] [Back to README]