Files
openapi-generator/samples/openapi3/client/petstore/kotlin-deprecated/docs/User.md
Alexander Eggers ca436cb393 [Kotlin-Client] Implemented missing openapi3 deprecate property usage (#6235)
* Implemented missing openapi3 deprecate property usage

* Implemented deprecated usage for operation and data class
2020-05-13 10:54:29 +08:00

518 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]