Alexander Eggers 34c715e4ce [Kotlin][Client] Add option to make all api method return a nullable model (#4422)
* Added new additional parameter to allow nullable api return types

* Tweaking samples and .bat files

I've added new .bat files for the kotlin-client to alllow windows-devs to re-generate required samples via windows-shell (for CI).
2019-11-12 22:15:54 -05:00

566 B

Pet

Properties

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

Enum: status

Name Value
status available, pending, sold