| Name | Type | Description | Notes |
|---|---|---|---|
| Attempts | int? | How many attempts without answer will system do | [optional] |
| Disabled | bool? | Determines if the system will call to callback number | [optional] |
| IntervalS | int? | How long will system wait between call back notification attempts | [optional] |
| Number | string | Number for callback notifications about new messages | [optional] |
| Schedule | List<int?> | Schedules interval between callbacks | [optional] |
| TimeoutS | int? | How long will system wait for answer to callback | [optional] |