mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Regen APIs after removal of breaking special case for Rust types
I can just hope it's breaking everywhere and was never working, as opposed to a special bugfix for just a single API at the time.
This commit is contained in:
@@ -918,7 +918,7 @@ pub struct Version {
|
||||
/// Output only. The total number of files associated with the version.
|
||||
/// <br>This value is calculated after a version is `FINALIZED`.
|
||||
#[serde(rename="fileCount")]
|
||||
pub file_count: Option<i64>,
|
||||
pub file_count: Option<String>,
|
||||
}
|
||||
|
||||
impl RequestValue for Version {}
|
||||
|
||||
Reference in New Issue
Block a user