redfish_codegen/models/power/v1_7_1/
power_supply_oem_actions.rs

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