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:
@@ -1780,7 +1780,7 @@ pub struct MemoryEvent {
|
||||
pub event_type: Option<String>,
|
||||
/// The number of free bytes in the medium, or for EXTERNAL_STORAGE_DETECTED, the total capacity in bytes of the storage medium.
|
||||
#[serde(rename="byteCount")]
|
||||
pub byte_count: Option<i64>,
|
||||
pub byte_count: Option<String>,
|
||||
/// The creation time of the event.
|
||||
#[serde(rename="createTime")]
|
||||
pub create_time: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user