Files
vrchatapi-rust/docs/LimitedWorld.md
Foorack / Max Faxälv 4aca4ff25d Initial commit
2021-07-28 11:44:53 +02:00

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)