podman_rest_client/v4/params/
image_delete_libpod.rs

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}