William Cheng c60010c965
Update default value for Perl, Ruby, ROR generators (#265)
* rename perl genreator default

* update ruby sinatra default

* rename ror default value
2018-04-29 20:37:12 +08:00

730 B

WWW::OpenAPIClient::Object::User

Load the model package

use WWW::OpenAPIClient::Object::User;

Properties

Name Type Description Notes
id int [optional]
username string [optional]
first_name string [optional]
last_name string [optional]
email string [optional]
password string [optional]
phone string [optional]
user_status int User Status [optional]

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