forked from loafle/openapi-generator-original
* [kotlin] add option for non public api * [kotlin] update petstores * [kotlin] add missing script to kotlin-client-all.sh * [kotlin] update pet projects * [kotlin] remove public modifier * [kotlin-client] inline visibility modifier
572 B
572 B
Order
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | kotlin.Long | [optional] | |
petId | kotlin.Long | [optional] | |
quantity | kotlin.Int | [optional] | |
shipDate | java.time.LocalDateTime | [optional] | |
status | inline | Order Status | [optional] |
complete | kotlin.Boolean | [optional] |
Enum: status
Name | Value |
---|---|
status | placed, approved, delivered |