// 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 OemActions(pub serde_json::Value);
impl crate::Metadata<'static> for OemActions {
const JSON_SCHEMA: &'static str = "Manager.v1_17_0.json";
}