mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-12-03 11:08:19 +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 | String | ||
| full | bool | [default to false] | |
| id | String | ||
| instance_id | String | ||
| location | String | ||
| n_users | i32 | ||
| name | String | ||
| nonce | Option<String> | [optional] | |
| owner_id | Option<String> | [optional] | |
| 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 |