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