mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-23 12:03:50 +00:00
* [kotlin] support okhttp3 * [kotlin] create okhttp3 sample * [kotlin-client] rename HttpClient to HttpLibrary * [kotlin] move okhttp 3 to library model * [kotlin] fix okhttp3 version * [kotlin] fix kotlin client jvm okhttp3 * [kotlin] fix wrong spacing in okhttp3 code * [kotlin] update okhttp3 sample to use parcelize models * [kotlin] readd jvm tag
566 B
566 B
Pet
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | kotlin.Long | [optional] | |
| category | Category | [optional] | |
| name | kotlin.String | ||
| photoUrls | kotlin.Array<kotlin.String> | ||
| tags | kotlin.Array<Tag> | [optional] | |
| status | inline | pet status in the store | [optional] |
Enum: status
| Name | Value |
|---|---|
| status | available, pending, sold |