// Generated by redfish-codegen. Do not modify.
/// This action is used to force a check of the Volume's parity or redundant data to ensure it matches calculated values.
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
#[derive(Default)]
pub struct CheckConsistencyRequestBody(pub serde_json::Value);
impl crate::Metadata<'static> for CheckConsistencyRequestBody {
const JSON_SCHEMA: &'static str = "Volume.v1_9_0.json";
}