mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-20 20:47:07 +00:00
[Kotlin][Tests]: Add test for kotlin-jvm-okhttp (#20338)
* feat(issue-20231): add echo_api client for kotlin okhttp * build(issue-20231): sync files
This commit is contained in:
18
samples/client/echo_api/kotlin-jvm-okhttp/docs/Query.md
Normal file
18
samples/client/echo_api/kotlin-jvm-okhttp/docs/Query.md
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
# ApiQuery
|
||||
|
||||
## Properties
|
||||
| Name | Type | Description | Notes |
|
||||
| ------------ | ------------- | ------------- | ------------- |
|
||||
| **id** | **kotlin.Long** | Query | [optional] |
|
||||
| **outcomes** | [**inline**](#kotlin.collections.List<Outcomes>) | | [optional] |
|
||||
|
||||
|
||||
<a id="kotlin.collections.List<Outcomes>"></a>
|
||||
## Enum: outcomes
|
||||
| Name | Value |
|
||||
| ---- | ----- |
|
||||
| outcomes | SUCCESS, FAILURE, SKIPPED |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user