podman_rest_client/v5/params/
pod_stop_libpod.rs

1#[derive(Default, Debug)]
2pub struct PodStopLibpod {
3    /// timeout
4    pub t: Option<i64>,
5}