Struct nomad_client_rs::api::variable::models::VariableListParams
source · pub struct VariableListParams {
pub prefix: Option<String>,
pub next_token: Option<String>,
pub per_page: Option<u64>,
pub filter: Option<String>,
pub namespace: Option<String>,
}Fields§
§prefix: Option<String>§next_token: Option<String>§per_page: Option<u64>§filter: Option<String>§namespace: Option<String>Trait Implementations§
source§impl Debug for VariableListParams
impl Debug for VariableListParams
source§impl Default for VariableListParams
impl Default for VariableListParams
source§fn default() -> VariableListParams
fn default() -> VariableListParams
Returns the “default value” for a type. Read more