// Generated by redfish-codegen. Do not modify.
/// The description of this resource. Used for commonality in the schema definitions.
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
#[derive(Default)]
pub struct Description(pub String);
impl crate::Metadata<'static> for Description {
const JSON_SCHEMA: &'static str = "Resource.json";
}