Jim Schubert b62d68ac5a [markdown] New Markdown Generator (#4811)
* [markdown] New Generator

* [docs] Update to avoid conflict with new markdown generator
2019-12-19 11:16:20 +08:00

874 B

./Models.User

Properties

Name Type Description Notes
id Long [optional] [default to null]
username String [optional] [default to null]
firstName String [optional] [default to null]
lastName String [optional] [default to null]
email String [optional] [default to null]
password String [optional] [default to null]
phone String [optional] [default to null]
userStatus Integer User Status [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]