podman_rest_client/v5/params/
container_restart_libpod.rs

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