1#[derive(Default, Debug)] 2pub struct NetworkDeleteLibpod { 3 /// remove containers associated with network 4 pub force: Option<bool>, 5}