redfish_codegen/models/processor_metrics/v1_6_1/clear_current_period_request_body.rs
1// Generated by redfish-codegen. Do not modify.
2
3
4/// This action sets the CurrentPeriod property's values to 0.
5#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
6#[derive(Default)]
7pub struct ClearCurrentPeriodRequestBody(pub serde_json::Value);
8
9impl crate::Metadata<'static> for ClearCurrentPeriodRequestBody {
10 const JSON_SCHEMA: &'static str = "ProcessorMetrics.v1_6_1.json";
11}