pub trait OperatingConfigs {
    // Required method
    fn get(computer_system_id: String) -> OperatingConfigsGetResponse;
}

Required Methods§

source

fn get(computer_system_id: String) -> OperatingConfigsGetResponse

Implementors§