# manager_api_new.model.User ## Load the model package ```dart import 'package:manager_api_new/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | **email** | **String** | | **password** | **String** | | **lastName** | **String** | | **token** | **String** | | **instanceId** | **String** | | **firstName** | **String** | | [optional] **dateCreation** | [**DateTime**](DateTime.md) | | [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)