docs: re-add default generated markdown docs

This commit is contained in:
Foorack
2021-08-07 23:41:51 +02:00
parent 4eb56da5fc
commit c773dd31cb
52 changed files with 2350 additions and 2 deletions

20
docs/UnityPackage.md Normal file
View File

@ -0,0 +1,20 @@
# UnityPackage
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | |
**asset_url** | **String** | |
**asset_url_object** | [**serde_json::Value**](.md) | |
**plugin_url** | **String** | |
**plugin_url_object** | [**serde_json::Value**](.md) | |
**unity_version** | **String** | |
**unity_sort_number** | **f32** | |
**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)