// Generated by redfish-codegen. Do not modify.
/// The unique identifier for this resource within the collection of similar resources.
#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
#[derive(Default)]
pub struct Id(pub String);
impl crate::Metadata<'static> for Id {
const JSON_SCHEMA: &'static str = "Resource.json";
}