podman_rest_client/v4/params/
container_stop.rs

1#[derive(Default, Debug)]
2pub struct ContainerStop {
3    /// number of seconds to wait before killing container
4    pub t: Option<i64>,
5}