Upgrade Rust SDK to spec 1.5.2

This commit is contained in:
VRCCat
2021-10-31 01:17:08 +00:00
parent 7567269b87
commit f8357416a6
33 changed files with 1132 additions and 36 deletions

16
docs/Subscription.md Normal file
View File

@@ -0,0 +1,16 @@
# Subscription
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | |
**steam_item_id** | **String** | |
**amount** | **f32** | |
**description** | **String** | |
**period** | [**crate::models::SubscriptionPeriod**](SubscriptionPeriod.md) | |
**tier** | **f32** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)