// Generated by redfish-codegen. Do not modify.
/// This action is used to resume the 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 ResumeReplication {
/// Link to invoke action
#[serde(default, skip_serializing_if = "Option::is_none")]
pub target: Option<String>,
/// Friendly action name
#[serde(default, skip_serializing_if = "Option::is_none")]
pub title: Option<String>,
}
impl crate::Metadata<'static> for ResumeReplication {
const JSON_SCHEMA: &'static str = "Volume.v1_9_0.json";
}