redfish_codegen/models/bios/v1_2_1/attributes.rs
1// Generated by redfish-codegen. Do not modify.
2
3
4/// The list of BIOS attributes and their values as determined by the manufacturer or provider.
5#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
6#[derive(Default)]
7pub struct Attributes(pub serde_json::Value);
8
9impl crate::Metadata<'static> for Attributes {
10 const JSON_SCHEMA: &'static str = "Bios.v1_2_1.json";
11}