open-project-flutter-api/doc/UserCreateModel.md
2023-11-05 19:54:17 +01:00

882 B

openapi.model.UserCreateModel

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
admin Object
email Object
login Object
password Object The users password. Conditions: Only writable on creation, not on update. [optional]
firstName Object
lastName Object
status Object The current activation status of the user. Conditions: Only writable on creation, not on update. [optional]
language Object

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