OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
|
|
|
||
|
|
|
||
|
|
# 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" |
|
||
|
|
|
||
|
|
|
||
|
|
|