mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-23 16:08:06 +00:00
Generate Rust SDK with openapi generator 6.2.1
This commit is contained in:
@ -17,6 +17,7 @@ pub struct CreateFileRequest {
|
||||
pub mime_type: crate::models::MimeType,
|
||||
#[serde(rename = "extension")]
|
||||
pub extension: String,
|
||||
///
|
||||
#[serde(rename = "tags", skip_serializing_if = "Option::is_none")]
|
||||
pub tags: Option<Vec<String>>,
|
||||
}
|
||||
|
Reference in New Issue
Block a user