|=== |Path|Type|Description |`+group+` |`+String+` |Name of the group. |`+paused+` |`+Boolean+` |Whether the group is paused. |`+triggers.cron+` |`+Object+` |Cron triggers keyed by name, if any. |`+triggers.simple+` |`+Object+` |Simple triggers keyed by name, if any. |`+triggers.dailyTimeInterval+` |`+Object+` |Daily time interval triggers keyed by name, if any. |`+triggers.calendarInterval+` |`+Object+` |Calendar interval triggers keyed by name, if any. |`+triggers.custom+` |`+Object+` |Any other triggers keyed by name, if any. |`+triggers.cron.*.previousFireTime+` |`+String+` |Last time the trigger fired, if any. |`+triggers.cron.*.nextFireTime+` |`+String+` |Next time at which the Trigger is scheduled to fire, if any. |`+triggers.cron.*.priority+` |`+Number+` |Priority to use if two triggers have the same scheduled fire time. |`+triggers.cron.*.expression+` |`+String+` |Cron expression to use. |`+triggers.cron.*.timeZone+` |`+String+` |Time zone for which the expression will be resolved, if any. |`+triggers.simple.*.previousFireTime+` |`+String+` |Last time the trigger fired, if any. |`+triggers.simple.*.nextFireTime+` |`+String+` |Next time at which the Trigger is scheduled to fire, if any. |`+triggers.simple.*.priority+` |`+Number+` |Priority to use if two triggers have the same scheduled fire time. |`+triggers.simple.*.interval+` |`+Number+` |Interval, in milliseconds, between two executions. |`+triggers.dailyTimeInterval.*.previousFireTime+` |`+String+` |Last time the trigger fired, if any. |`+triggers.dailyTimeInterval.*.nextFireTime+` |`+String+` |Next time at which the Trigger is scheduled to fire, if any. |`+triggers.dailyTimeInterval.*.priority+` |`+Number+` |Priority to use if two triggers have the same scheduled fire time. |`+triggers.dailyTimeInterval.*.interval+` |`+Number+` |Interval, in milliseconds, added to the fire time in order to calculate the time of the next trigger repeat. |`+triggers.dailyTimeInterval.*.daysOfWeek+` |`+Array+` |An array of days of the week upon which to fire. |`+triggers.dailyTimeInterval.*.startTimeOfDay+` |`+String+` |Time of day to start firing at the given interval, if any. |`+triggers.dailyTimeInterval.*.endTimeOfDay+` |`+String+` |Time of day to complete firing at the given interval, if any. |`+triggers.calendarInterval.*.previousFireTime+` |`+String+` |Last time the trigger fired, if any. |`+triggers.calendarInterval.*.nextFireTime+` |`+String+` |Next time at which the Trigger is scheduled to fire, if any. |`+triggers.calendarInterval.*.priority+` |`+Number+` |Priority to use if two triggers have the same scheduled fire time. |`+triggers.calendarInterval.*.interval+` |`+Number+` |Interval, in milliseconds, added to the fire time in order to calculate the time of the next trigger repeat. |`+triggers.calendarInterval.*.timeZone+` |`+String+` |Time zone within which time calculations will be performed, if any. |`+triggers.custom.*.previousFireTime+` |`+String+` |Last time the trigger fired, if any. |`+triggers.custom.*.nextFireTime+` |`+String+` |Next time at which the Trigger is scheduled to fire, if any. |`+triggers.custom.*.priority+` |`+Number+` |Priority to use if two triggers have the same scheduled fire time. |`+triggers.custom.*.trigger+` |`+String+` |A toString representation of the custom trigger instance. |===