mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 00:51:19 +00:00
817 B
817 B
mycoreapi.model.HomeDTO
Load the model package
import 'package:mycoreapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| name | String | [optional] | |
| isAlarm | bool | [optional] | |
| isDefault | bool | [optional] | |
| currentAlarmMode | OneOfAlarmModeDTO | [optional] | |
| createdDate | DateTime | [optional] | |
| updatedDate | DateTime | [optional] | |
| usersIds | List | [optional] [default to const []] |