Trait redfish_codegen::api::v1::update_service::start_update::StartUpdate
source · pub trait StartUpdate {
// Required method
fn post(body: StartUpdateRequestBody) -> StartUpdatePostResponse;
}