redfish_codegen/models/event_destination/v1_13_1/
http_header_property.rs

1// Generated by redfish-codegen. Do not modify.
2
3
4/// The HTTP header value is the property value.  The header name is the property name.
5#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
6#[derive(Default)]
7pub struct HttpHeaderProperty(pub serde_json::Value);
8
9impl crate::Metadata<'static> for HttpHeaderProperty {
10    const JSON_SCHEMA: &'static str = "EventDestination.v1_13_1.json";
11}