We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2477b20 commit a140d37Copy full SHA for a140d37
src/hottier.rs
@@ -57,7 +57,9 @@ pub const CURRENT_HOT_TIER_VERSION: &str = "v2";
57
pub struct StreamHotTier {
58
pub version: Option<String>,
59
pub size: String,
60
+ #[serde(default)]
61
pub used_size: String,
62
63
pub available_size: String,
64
#[serde(skip_serializing_if = "Option::is_none")]
65
pub oldest_date_time_entry: Option<String>,
0 commit comments