redfish-codegen 0.3.1

An unopinionated translation of the Redfish specification into Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Generated by redfish-codegen. Do not modify.


/// This action resets metrics related to this outlet.
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
#[derive(Default)]
pub struct ResetMetricsRequestBody(pub serde_json::Value);

impl crate::Metadata<'static> for ResetMetricsRequestBody {
    const JSON_SCHEMA: &'static str = "Outlet.v1_4_1.json";
}