1 2 3 4 5
#[derive(Default, Debug)] pub struct ImageDeleteLibpod { /// remove the image even if used by containers or has other tags pub force: Option<bool>, }