mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
* bump: openapi-generator to 7.7.0 * fix: remove empty doc comments to silence clippy * bump: remove unessecary patches fixed by the update * bump: run generate.sh
22 lines
775 B
Markdown
22 lines
775 B
Markdown
# InfoPush
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | |
|
|
**is_enabled** | **bool** | | [default to true]
|
|
**release_status** | [**models::ReleaseStatus**](ReleaseStatus.md) | |
|
|
**priority** | **i32** | |
|
|
**tags** | **Vec<String>** | |
|
|
**data** | [**models::InfoPushData**](InfoPushData.md) | |
|
|
**hash** | **String** | Unknown usage, MD5 |
|
|
**created_at** | **String** | |
|
|
**updated_at** | **String** | |
|
|
**start_date** | Option<**String**> | | [optional]
|
|
**end_date** | 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)
|
|
|
|
|