redfish_codegen/models/telemetry_service/v1_3_2/
clear_metric_reports_request_body.rs

1// Generated by redfish-codegen. Do not modify.
2
3
4/// The action to clear the metric reports for this telemetry service.
5#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
6#[derive(Default)]
7pub struct ClearMetricReportsRequestBody(pub serde_json::Value);
8
9impl crate::Metadata<'static> for ClearMetricReportsRequestBody {
10    const JSON_SCHEMA: &'static str = "TelemetryService.v1_3_2.json";
11}