Trait redfish_codegen::api::v1::event_service::EventService
source · pub trait EventService {
// Required methods
fn get() -> EventServiceGetResponse;
fn put(body: EventService) -> EventServicePutResponse;
fn patch(body: Value) -> EventServicePatchResponse;
}