Armel Soro ed14ce4dec
[Kotlin] Use mutable container types when 'modelMutable' is enabled (#11154)
* [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>
2022-01-30 12:06:03 +00:00

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