Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 904 Bytes

UpdateGroupGalleryRequest.md

File metadata and controls

21 lines (16 loc) · 904 Bytes

vrchat_dart_generated.model.UpdateGroupGalleryRequest

Load the model package

import 'package:vrchat_dart_generated/api.dart';

Properties

Name Type Description Notes
name String Name of the gallery. [optional]
description String Description of the gallery. [optional]
membersOnly bool Whether the gallery is members only. [optional] [default to false]
roleIdsToView List<String> [optional]
roleIdsToSubmit List<String> [optional]
roleIdsToAutoApprove List<String> [optional]
roleIdsToManage List<String> [optional]

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