// Generated by redfish-codegen. Do not modify.
/// The available OEM-specific actions for this resource.
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
#[derive(Default)]
pub struct PowerControlOemActions(pub serde_json::Value);
impl crate::Metadata<'static> for PowerControlOemActions {
const JSON_SCHEMA: &'static str = "Power.v1_7_1.json";
}