[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:
Jorge Fernandez
2024-12-17 14:50:00 +01:00
committed by GitHub
parent b01c8be47f
commit 9fec13af85
77 changed files with 5702 additions and 0 deletions

View 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 |