mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
# LimitedWorld
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**author_id** | **String** | | [readonly]
|
|
**author_name** | **String** | |
|
|
**capacity** | **f32** | |
|
|
**created_at** | Option<[**String**](string.md)> | | [optional]
|
|
**favorites** | **f32** | |
|
|
**heat** | **f32** | |
|
|
**id** | **String** | |
|
|
**image_url** | **String** | |
|
|
**labs_publication_date** | Option<**String**> | | [optional]
|
|
**name** | **String** | |
|
|
**occupants** | Option<**f32**> | | [optional]
|
|
**organization** | **String** | |
|
|
**popularity** | **f32** | |
|
|
**publication_date** | **String** | |
|
|
**release_status** | [**crate::models::ReleaseStatus**](ReleaseStatus.md) | |
|
|
**tags** | **Vec<String>** | |
|
|
**thumbnail_image_url** | **String** | |
|
|
**unity_packages** | [**Vec<serde_json::Value>**](serde_json::Value.md) | |
|
|
**updated_at** | Option<[**String**](string.md)> | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|