Trait redfish_codegen::api::v1::aggregation_service::AggregationService
source · pub trait AggregationService {
// Required methods
fn get() -> AggregationServiceGetResponse;
fn put(body: AggregationService) -> AggregationServicePutResponse;
fn patch(body: Value) -> AggregationServicePatchResponse;
}