NotificationConditionDetail Data Type

Properties
name data type constraints description
conditionType NotificationConditionType  
conditionName NotificationConditionName  
taskType TaskType  
maxAttempts number required
maxDays number required

Example

{
  "conditionType" : "BACKUP_DESTINATION_RELATED",
  "conditionName" : "TASK_STATE_CHANGED_TO_CANCELLED",
  "taskType" : "BACKUP_DESTINATION_SYNC",
  "maxAttempts" : 12345,
  "maxDays" : 12345
}