mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
23 lines
882 B
Markdown
23 lines
882 B
Markdown
# openapi.model.UserCreateModel
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**admin** | [**Object**](.md) | |
|
|
**email** | [**Object**](.md) | |
|
|
**login** | [**Object**](.md) | |
|
|
**password** | [**Object**](.md) | The users password. *Conditions:* Only writable on creation, not on update. | [optional]
|
|
**firstName** | [**Object**](.md) | |
|
|
**lastName** | [**Object**](.md) | |
|
|
**status** | [**Object**](.md) | The current activation status of the user. *Conditions:* Only writable on creation, not on update. | [optional]
|
|
**language** | [**Object**](.md) | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|