Title here
Summary here
BusinessModelKind: global abstract class
Extends: BusinessModel
Model:
Properties
| Name | Type | Description |
|---|---|---|
| id | String | The id of the model |
| isReminder | boolean | flag (always true) |
| paddingStart | number | padding start (in ms) |
| start | number | start time |
| targetId | string | id of target (program for example) |
| periodicity | number | The periodicity of the reminder, encoded as an integer; use PeriodicityHelperto encode/decode the periodicity |
Base class describing a reminder.