mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 23:55:33 +00:00
21 lines
818 B
Markdown
21 lines
818 B
Markdown
# UnityPackage
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | |
|
|
**asset_url** | Option<**String**> | | [optional]
|
|
**asset_url_object** | Option<[**serde_json::Value**](.md)> | | [optional]
|
|
**plugin_url** | Option<**String**> | | [optional]
|
|
**plugin_url_object** | Option<[**serde_json::Value**](.md)> | | [optional]
|
|
**unity_version** | **String** | | [default to 5.3.4p1]
|
|
**unity_sort_number** | Option<**f32**> | | [optional]
|
|
**asset_version** | **f32** | |
|
|
**platform** | [**crate::models::Platform**](Platform.md) | |
|
|
**created_at** | **String** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|