Trait redfish_codegen::api::v1::keys::Keys

source ·
pub trait Keys {
    // Required methods
    fn get(&self, manager_account_id: String) -> KeysGetResponse;
    fn post(
        &mut self,
        manager_account_id: String,
        body: Key
    ) -> KeysPostResponse;
}

Required Methods§

source

fn get(&self, manager_account_id: String) -> KeysGetResponse

source

fn post(&mut self, manager_account_id: String, body: Key) -> KeysPostResponse

Implementors§