mirror of
https://bitbucket.org/myhomie/myhomie_app.git
synced 2025-12-06 09:01:20 +00:00
822 B
822 B
mycoreapi.model.Group
Load the model package
import 'package:mycoreapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| userId | String | [optional] | |
| name | String | [optional] | |
| type | String | [optional] | |
| serviceIdentification | int | [optional] | |
| isAlarm | bool | [optional] | |
| createdDate | DateTime | [optional] | |
| updatedDate | DateTime | [optional] | |
| devicesIds | List | [optional] [default to const []] |