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