mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
959 B
959 B
GroupGallery
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Option<String> | [optional] | |
name | Option<String> | Name of the gallery. | [optional] |
description | Option<String> | Description of the gallery. | [optional] |
members_only | Option<bool> | Whether the gallery is members only. | [optional][default to false] |
role_ids_to_view | Option<Vec> | [optional] | |
role_ids_to_submit | Option<Vec> | [optional] | |
role_ids_to_auto_approve | Option<Vec> | [optional] | |
role_ids_to_manage | Option<Vec> | [optional] | |
created_at | Option<String> | [optional] | |
updated_at | Option<String> | [optional] |