Skip to main content

get_variables

Function get_variables 

Source
pub async fn get_variables(
    configuration: &Configuration,
    page: Option<i64>,
    size: Option<i64>,
    query: Option<&str>,
    types: Option<Vec<VariableType>>,
    sort: Option<VariableSort>,
    order: Option<OrderOption>,
) -> Result<Vec<VariableGroup>, Error<GetVariablesError>>