// Generated by redfish-codegen. Do not modify.
/// This action securely erases the contents of the drive.
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
#[derive(derivative::Derivative)]
#[derivative(Default)]
pub struct SecureErase {
/// 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 SecureErase {
const JSON_SCHEMA: &'static str = "Drive.v1_16_0.json";
}