mirror of
https://bitbucket.org/myhomie/mycorerepository.git
synced 2025-12-06 09:41:19 +00:00
37 lines
1.6 KiB
Markdown
37 lines
1.6 KiB
Markdown
# mycoreapi.model.UserInfo
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:mycoreapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **String** | | [optional]
|
|
**role** | **String** | | [optional]
|
|
**email** | **String** | | [optional]
|
|
**password** | **String** | | [optional]
|
|
**firstName** | **String** | | [optional]
|
|
**lastName** | **String** | | [optional]
|
|
**token** | **String** | | [optional]
|
|
**birthday** | [**DateTime**](DateTime.md) | | [optional]
|
|
**dateCreation** | [**DateTime**](DateTime.md) | | [optional]
|
|
**address** | **String** | | [optional]
|
|
**city** | **String** | | [optional]
|
|
**state** | **String** | | [optional]
|
|
**country** | **String** | | [optional]
|
|
**language** | **String** | | [optional]
|
|
**timeZone** | **String** | | [optional]
|
|
**postalCode** | **int** | | [optional]
|
|
**automations** | [**List<Automation>**](Automation.md) | | [optional] [default to const []]
|
|
**devices** | [**List<Device>**](Device.md) | | [optional] [default to const []]
|
|
**providers** | [**List<Provider>**](Provider.md) | | [optional] [default to const []]
|
|
**groups** | [**List<Group>**](Group.md) | | [optional] [default to const []]
|
|
**screenConfigurationIds** | [**List<ScreenConfiguration>**](ScreenConfiguration.md) | | [optional] [default to const []]
|
|
**deviceIds** | [**List<ScreenDevice>**](ScreenDevice.md) | | [optional] [default to const []]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|