mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
25 lines
1.2 KiB
Markdown
25 lines
1.2 KiB
Markdown
# UnityPackage
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | |
|
|
**asset_url** | Option<**String**> | | [optional]
|
|
**asset_url_object** | Option<[**serde_json::Value**](.md)> | | [optional]
|
|
**asset_version** | **i32** | |
|
|
**created_at** | Option<**String**> | | [optional]
|
|
**impostorizer_version** | Option<**String**> | | [optional]
|
|
**platform** | **String** | This can be `standalonewindows` or `android`, but can also pretty much be any random Unity verison such as `2019.2.4-801-Release` or `2019.2.2-772-Release` or even `unknownplatform`. |
|
|
**plugin_url** | Option<**String**> | | [optional]
|
|
**plugin_url_object** | Option<[**serde_json::Value**](.md)> | | [optional]
|
|
**unity_sort_number** | Option<**i64**> | | [optional]
|
|
**unity_version** | **String** | | [default to 5.3.4p1]
|
|
**impostor_url** | Option<**String**> | | [optional]
|
|
**scan_status** | Option<**String**> | | [optional]
|
|
**variant** | Option<**String**> | | [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)
|
|
|
|
|