mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 16:42:47 +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:
22
samples/client/echo_api/kotlin-jvm-okhttp/docs/Pet.md
Normal file
22
samples/client/echo_api/kotlin-jvm-okhttp/docs/Pet.md
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
# ApiPet
|
||||
|
||||
## Properties
|
||||
| Name | Type | Description | Notes |
|
||||
| ------------ | ------------- | ------------- | ------------- |
|
||||
| **name** | **kotlin.String** | | |
|
||||
| **photoUrls** | **kotlin.collections.List<kotlin.String>** | | |
|
||||
| **id** | **kotlin.Long** | | [optional] |
|
||||
| **category** | [**ApiCategory**](ApiCategory.md) | | [optional] |
|
||||
| **tags** | [**kotlin.collections.List<ApiTag>**](ApiTag.md) | | [optional] |
|
||||
| **status** | [**inline**](#Status) | pet status in the store | [optional] |
|
||||
|
||||
|
||||
<a id="Status"></a>
|
||||
## Enum: status
|
||||
| Name | Value |
|
||||
| ---- | ----- |
|
||||
| status | available, pending, sold |
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user