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