1#[derive(Default, Debug)] 2pub struct SecretDeleteLibpod { 3 /// Remove all secrets 4 pub all: Option<bool>, 5}