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

594 B

Pet

Properties

Name Type Description Notes
name kotlin.String
photoUrls kotlin.collections.MutableList<kotlin.String>
id kotlin.Long [optional]
category Category [optional]
tags kotlin.collections.MutableList<Tag> [optional]
status inline pet status in the store [optional]

Enum: status

Name Value
status available, pending, sold