[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 @@
# Order
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **kotlin.Long** | | [optional]
**petId** | **kotlin.Long** | | [optional]
**quantity** | **kotlin.Int** | | [optional]
**shipDate** | [**kotlinx.datetime.Instant**](kotlinx.datetime.Instant.md) | | [optional]
**status** | [**inline**](#Status) | Order Status | [optional]
**complete** | **kotlin.Boolean** | | [optional]
<a id="Status"></a>
## Enum: status
Name | Value
---- | -----
status | placed, approved, delivered