forked from loafle/openapi-generator-original
* [Kotlin] Use Mutable container types when 'modelMutable' is enabled * Generate sample 'kotlin' project with mutable models * Generate sample 'kotlin-server' project with mutable models * Generate sample 'kotlin-vertx' project with mutable models * Generate sample 'ktorm-schema' project with mutable models Co-authored-by: Bruno Coelho <4brunu@users.noreply.github.com>
566 B
566 B
Order
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | kotlin.Long | [optional] | |
| petId | kotlin.Long | [optional] | |
| quantity | kotlin.Int | [optional] | |
| shipDate | java.time.OffsetDateTime | [optional] | |
| status | inline | Order Status | [optional] |
| complete | kotlin.Boolean | [optional] |
Enum: status
| Name | Value |
|---|---|
| status | placed, approved, delivered |