add subdir
This commit is contained in:
18
Models/GroupGallery.md
Normal file
18
Models/GroupGallery.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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)
|
||||
|
||||
Reference in New Issue
Block a user