Skip to main content

functions_get_variable

Function functions_get_variable 

Source
pub async fn functions_get_variable(
    configuration: &Configuration,
    function_id: &str,
    variable_id: &str,
) -> Result<Variable, Error<FunctionsGetVariableError>>
Expand description

Get a variable by its unique ID.