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