Files
vrchatapi-rust/docs/InfoPush.md
DerTiedemann 2c4cf7d817 Bump openapi-generator to 7.7.0 (#14)
* 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
2024-07-20 18:18:01 -06:00

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)