# EvaluatedDecisionSummary
## Properties
**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)