Function get_variable

Source
pub async fn get_variable(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    decrypt_secret: Option<bool>,
    include_encrypted: Option<bool>,
) -> Result<ListableVariable, Error<GetVariableError>>