redfish_codegen/models/manifest/v1_0_0/
request.rs

1// Generated by redfish-codegen. Do not modify.
2
3
4/// The content of the request for the stanza.
5#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
6#[derive(Default)]
7pub struct Request(pub serde_json::Value);
8
9impl crate::Metadata<'static> for Request {
10    const JSON_SCHEMA: &'static str = "Manifest.v1_0_0.json";
11}