// Generated by redfish-codegen. Do not modify.
/// This action is used to suspend active data synchronization between a source and target volume, without otherwise altering the replication relationship.
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
#[derive(derivative::Derivative)]
#[derivative(Default)]
pub struct SuspendReplicationRequestBody {
/// The Uri to the existing target volume.
#[serde(rename = "TargetVolume")]
pub target_volume: String,
}
impl crate::Metadata<'static> for SuspendReplicationRequestBody {
const JSON_SCHEMA: &'static str = "Volume.v1_9_0.json";
}