mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
* feat(issue-20231): add echo_api client for kotlin okhttp * build(issue-20231): sync files
637 B
637 B
ApiPet
Properties
Name | Type | Description | Notes |
---|---|---|---|
name | kotlin.String | ||
photoUrls | kotlin.collections.List<kotlin.String> | ||
id | kotlin.Long | [optional] | |
category | ApiCategory | [optional] | |
tags | kotlin.collections.List<ApiTag> | [optional] | |
status | inline | pet status in the store | [optional] |
Enum: status
Name | Value |
---|---|
status | available, pending, sold |