podman_client/models/podman/containers/
initialize.rs

1pub struct ContainerInitializeOptions<'a> {
2    pub name: &'a str,
3}