Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 892 Bytes

GroupPermission.md

File metadata and controls

19 lines (14 loc) · 892 Bytes

vrchat_dart_generated.model.GroupPermission

Load the model package

import 'package:vrchat_dart_generated/api.dart';

Properties

Name Type Description Notes
name String The name of the permission. [optional]
displayName String The display name of the permission. [optional]
help String Human-readable description of the permission. [optional]
isManagementPermission bool Whether this permission is a "management" permission. [optional] [default to false]
allowedToAdd bool Whether the user is allowed to add this permission to a role. [optional] [default to false]

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