Files
VRChatBackendDocs/Models/GroupGallery.md
ExilProductions aa707d1deb add subdir
2026-02-15 17:39:26 +01:00

19 lines
1.0 KiB
Markdown

# GroupGallery
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **createdAt** | **Date** | | [optional] [default to null] |
| **description** | **String** | Description of the gallery. | [optional] [default to null] |
| **id** | **String** | | [optional] [default to null] |
| **membersOnly** | **Boolean** | Whether the gallery is members only. | [optional] [default to false] |
| **name** | **String** | Name of the gallery. | [optional] [default to null] |
| **roleIdsToAutoApprove** | **List** | | [optional] [default to null] |
| **roleIdsToManage** | **List** | | [optional] [default to null] |
| **roleIdsToSubmit** | **List** | | [optional] [default to null] |
| **roleIdsToView** | **List** | | [optional] [default to null] |
| **updatedAt** | **Date** | | [optional] [default to null] |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)