#[allow(unused_imports)]useserde_json::Value;#[derive(Debug, Serialize, Deserialize)]pubstructSnapshotLock{/// The Unix Epoch time the snapshot lock will expire and be eligible for automatic deletion.
#[serde(rename ="expires")]pubexpires:Option<i32>,
}