Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 921 Bytes

GroupGallery.md

File metadata and controls

19 lines (15 loc) · 921 Bytes

VRChat.API.Model.GroupGallery

Properties

Name Type Description Notes
Id string [optional]
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]
CreatedAt DateTime [optional]
UpdatedAt DateTime [optional]

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