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