Trait redfish_codegen::api::v1::update_service::UpdateService
source · pub trait UpdateService {
// Required methods
fn get() -> UpdateServiceGetResponse;
fn put(body: UpdateService) -> UpdateServicePutResponse;
fn patch(body: Value) -> UpdateServicePatchResponse;
}