# Query ## Properties | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| |**id** | **Long** | Query | [optional] | |**outcomes** | [**List<OutcomesEnum>**](#List<OutcomesEnum>) | | [optional] | ## Enum: List<OutcomesEnum> | Name | Value | |---- | -----| | SUCCESS | "SUCCESS" | | FAILURE | "FAILURE" | | SKIPPED | "SKIPPED" |