mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
1.1 KiB
1.1 KiB
CreateInstanceRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
world_id | String | WorldID be "offline" on User profiles if you are not friends with that user. | |
r#type | crate::models::InstanceType | ||
region | crate::models::Region | ||
owner_id | Option<String> | A groupId if the instance type is "group", null if instance type is public, or a userId otherwise | [optional] |
role_ids | Option<Vec> | Group roleIds that are allowed to join if the type is "group" and groupAccessType is "member" | [optional] |
group_access_type | Option<crate::models::GroupAccessType> | [optional] | |
queue_enabled | Option<bool> | [optional][default to false] | |
closed_at | Option<String> | The time after which users won't be allowed to join the instance | [optional] |