Juang, Yi-Lin 5ab1c9c75b Fix logic of getNullableType of csharp server and client. (#3537)
* Fix default nullable

* Fix tests

* Update samples

* Fix template default value

* Update samples

* Also fix for interface

* update samples
2019-08-06 10:26:50 +08:00

647 B

Org.OpenAPITools.Model.User

Properties

Name Type Description Notes
Id long [optional]
Username string [optional]
FirstName string [optional]
LastName string [optional]
Email string [optional]
Password string [optional]
Phone string [optional]
UserStatus int User Status [optional]

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