redfish_codegen/models/aggregation_source/v1_3_1/
remove_ssh_identity_key_pair_request_body.rs

1// Generated by redfish-codegen. Do not modify.
2
3
4/// This action removes the SSH identity key-pair used with this aggregation source.
5#[derive(Clone, Debug, serde::Deserialize, serde::Serialize)]
6#[derive(Default)]
7pub struct RemoveSSHIdentityKeyPairRequestBody(pub serde_json::Value);
8
9impl crate::Metadata<'static> for RemoveSSHIdentityKeyPairRequestBody {
10    const JSON_SCHEMA: &'static str = "AggregationSource.v1_3_1.json";
11}