redfish_codegen/models/computer_system/v1_20_1/set_default_boot_order_request_body.rs
1// Generated by redfish-codegen. Do not modify.
2
3
4/// This action sets the BootOrder to the default settings.
5#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
6#[derive(Default)]
7pub struct SetDefaultBootOrderRequestBody(pub serde_json::Value);
8
9impl crate::Metadata<'static> for SetDefaultBootOrderRequestBody {
10 const JSON_SCHEMA: &'static str = "ComputerSystem.v1_20_1.json";
11}