Files
openapi-generator/samples/client/petstore/kotlin-explicit/docs/User.md
Pavel Sveda acb16410c4 [Kotlin] Introduce support for Kotlin Explicit API Mode for Kotlin-Client generator (resolve #16506) (#19999)
* [Kotlin] Properly document nonPublicApi CLI option

* [Kotlin] Respect parameter name of parent KSerializer to avoid miss-behavior

* [Kotlin] Introduce support for Kotlin Explicit API Mode for Kotlin-Client generator (resolves #16506)
2024-10-30 21:57:47 +00:00

558 B

User

Properties

Name Type Description Notes
id kotlin.Long [optional]
username kotlin.String [optional]
firstName kotlin.String [optional]
lastName kotlin.String [optional]
email kotlin.String [optional]
password kotlin.String [optional]
phone kotlin.String [optional]
userStatus kotlin.Int User Status [optional]