mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-23 16:08:06 +00:00
Upgrade Rust SDK to spec 1.5.3
This commit is contained in:
26
src/models/info_push_data_article.rs
Normal file
26
src/models/info_push_data_article.rs
Normal file
@ -0,0 +1,26 @@
|
||||
/*
|
||||
* VRChat API Documentation
|
||||
*
|
||||
*
|
||||
* Contact: me@ruby.js.org
|
||||
* Generated by: https://openapi-generator.tech
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
#[derive(Clone, Debug, PartialEq, Default, Serialize, Deserialize)]
|
||||
pub struct InfoPushDataArticle {
|
||||
#[serde(rename = "content", skip_serializing_if = "Option::is_none")]
|
||||
pub content: Option<Box<crate::models::InfoPushDataArticleContent>>,
|
||||
}
|
||||
|
||||
impl InfoPushDataArticle {
|
||||
pub fn new() -> InfoPushDataArticle {
|
||||
InfoPushDataArticle {
|
||||
content: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user