// Generated by redfish-codegen. Do not modify.
/// Sets the master passphrase for the given region.
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
#[derive(derivative::Derivative)]
#[derivative(Default)]
pub struct SetMasterPassphrase {
/// 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 SetMasterPassphrase {
const JSON_SCHEMA: &'static str = "Memory.v1_17_0.json";
}