Stefan Koppier 9358ab9d1d
[kotlin] New 'jvm-spring-webclient' library (#15568)
* Added library 'jvm-spring-webclient' to Kotlin client generator

* Reran all generators and generated docs

* Changed target of kotlin-jvm-spring-webclient sample from 2_0 to 3_0

* Added build of kotlin-jvm-spring-webclient to github workflow
2023-05-23 11:34:52 +08:00

564 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