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