Function get_resource_value_interpolated

Source
pub async fn get_resource_value_interpolated(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    job_id: Option<&str>,
) -> Result<Value, Error<GetResourceValueInterpolatedError>>