#[allow(unused_imports)]useserde_json::Value;#[derive(Debug, Serialize, Deserialize)]pubstructClusterTimeExtended{/// The current time on the cluster as a UNIX epoch (seconds since 1/1/1970), as reported by this node.
#[serde(rename ="time")]pubtime:i32,
}