Peter Leibiger 15e9d4ed8c
Add example allOf with single ref (#10948)
* Add example allOf with single ref

* fix dart-dio-next handling of that case

* Refactor without vendor extension

* Regenerate newer samples
2022-04-12 13:52:53 +08:00

791 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]
user_type UserType [optional]

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