wing328 6debbdb652 [C#] Add C# v5.0 Petstore sample (.NET Standard 1.3 compatible) (#5249)
* add csharp .net standard petstore client, update appveyor to build the
client as part of ci

* add new files
2017-03-29 18:43:30 +08:00

641 B

IO.Swagger.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]