Files
openapi-generator/samples/client/petstore/php/SwaggerClient-php/docs/User.md
2016-03-14 17:25:11 +08:00

694 B

::Object::User

Load the model package

use ::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]