1 2 3 4 5
#[derive(Default)] pub struct SecretRemoveOptions<'a> { pub name: &'a str, pub all: Option<bool>, }