podman_rest_client/v4/params/
container_kill_libpod.rs

1#[derive(Default, Debug)]
2pub struct ContainerKillLibpod<'a> {
3    /// signal to be sent to container, either by integer or SIG_ name
4    pub signal: Option<&'a str>,
5}