Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 794 Bytes

CreateGroupGalleryRequest.md

File metadata and controls

16 lines (12 loc) · 794 Bytes

VRChat.API.Model.CreateGroupGalleryRequest

Properties

Name Type Description Notes
Name string Name of the gallery.
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]