mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
1.4 KiB
1.4 KiB
Instance
Properties
Name | Type | Description | Notes |
---|---|---|---|
active | bool | [default to true] | |
can_request_invite | bool | [default to true] | |
capacity | i32 | ||
client_number | i32 | ||
full | bool | [default to false] | |
id | String | ||
instance_id | String | ||
location | String | ||
n_users | i32 | ||
name | String | ||
nonce | Option<String> | [optional] | |
owner_id | String | ||
permanent | bool | [default to false] | |
photon_region | String | ||
platforms | crate::models::InstancePlatforms | ||
region | String | ||
short_name | String | ||
tags | Vec | ||
_type | String | ||
users | Option<Vec<serde_json::Value>> | Always empty on non-existing instances, and non-present on existing instances. | [optional] |
world | Option<serde_json::Value> | Only present on non-existing instances, and only contains a very small subject of World object. Use World API instead. | [optional] |
world_id | String |