[kotlin-client] add support for kotlinx-datetime (#17166)

Closes #14490
This commit is contained in:
Csaba Kozák
2023-11-22 18:52:37 +01:00
committed by GitHub
parent 7bf9534034
commit ab0b44a1c4
111 changed files with 7741 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
# Pet
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **kotlin.String** | |
**photoUrls** | **kotlin.collections.List<kotlin.String>** | |
**id** | **kotlin.Long** | | [optional]
**category** | [**Category**](Category.md) | | [optional]
**tags** | [**kotlin.collections.List<Tag>**](Tag.md) | | [optional]
**status** | [**inline**](#Status) | pet status in the store | [optional]
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----
status | available, pending, sold