|=== |Path|Type|Description |`+group+` |`+String+` |Name of the group. |`+name+` |`+String+` |Name of the trigger. |`+description+` |`+String+` |Description of the trigger, if any. |`+state+` |`+String+` |State of the trigger (`NONE`, `NORMAL`, `PAUSED`, `COMPLETE`, `ERROR`, `BLOCKED`). |`+type+` |`+String+` |Type of the trigger (`calendarInterval`, `cron`, `custom`, `dailyTimeInterval`, `simple`). Determines the key of the object containing type-specific details. |`+calendarName+` |`+String+` |Name of the Calendar associated with this Trigger, if any. |`+startTime+` |`+String+` |Time at which the Trigger should take effect, if any. |`+endTime+` |`+String+` |Time at which the Trigger should quit repeating, regardless of any remaining repeats, if any. |`+previousFireTime+` |`+String+` |Last time the trigger fired, if any. |`+nextFireTime+` |`+String+` |Next time at which the Trigger is scheduled to fire, if any. |`+priority+` |`+Number+` |Priority to use if two triggers have the same scheduled fire time. |`+finalFireTime+` |`+String+` |Last time at which the Trigger will fire, if any. |`+data+` |`+Object+` |Job data map keyed by name, if any. |`+calendarInterval+` |`+Object+` |Calendar time interval trigger details, if any. Present when `type` is `calendarInterval`. |`+custom+` |`+Object+` |Custom trigger details, if any. Present when `type` is `custom`. |`+cron+` |`+Object+` |Cron trigger details, if any. Present when `type` is `cron`. |`+dailyTimeInterval+` |`+Object+` |Daily time interval trigger details, if any. Present when `type` is `dailyTimeInterval`. |`+simple+` |`+Object+` |Simple trigger details, if any. Present when `type` is `simple`. |===