redfish_codegen/models/volume/v1_9_0/
oem_actions.rs1#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
5#[derive(Default)]
6pub struct OemActions(pub serde_json::Value);
7
8impl crate::Metadata<'static> for OemActions {
9 const JSON_SCHEMA: &'static str = "Volume.v1_9_0.json";
10}