1#[derive(Default, Debug)]
2pub struct ContainerStartLibpod<'a> {
3/// Override the key sequence for detaching a container. Format is a single character [a-Z] or ctrl-<value> where <value> is one of: a-z, @, ^, [, , or _.
4pub detach_keys: Option<&'a str>,
5}