1#[derive(Default, Debug)] 2pub struct SecretInspectLibpod { 3 /// Display Secret 4 pub showsecret: Option<bool>, 5}