orvanta-api 3.0.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# EvaluatedDecisionSummary

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**decision_id** | **String** |  | 
**decision_name** | **String** |  | 
**variable** | **String** | The `<variable name>` this decision's result was bound under | 
**is_output** | **bool** | True for an `<outputDecision>` of the service, false for an `<encapsulatedDecision>` whose result feeds other decisions but is not returned.  | 
**hit_policy** | **String** |  | 
**aggregation** | Option<**String**> |  | [optional]
**matched_rules** | **Vec<i32>** |  | 
**value** | Option<[**serde_json::Value**].md> | The decision's result as a value: the scalar for a single-output table, a {column: value} object for a multi-output one, null when no rule matched (DMN 1.3 section 8.2.11 / Table 44).  | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)