19 lines
559 B
Markdown
19 lines
559 B
Markdown
# manager_api_new.model.UserDetailDTO
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional]
|
|
**email** | **String** | | [optional]
|
|
**firstName** | **String** | | [optional]
|
|
**lastName** | **String** | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|