- client_id: (string) The client id.
- deliverable_id: (string) The delverable id.
- deliverable_text: (string) Descriptive text for deliverable.
- jobtype_id: (string) The jobtype id.
- time: (integer) Contains the timestamp of the last time
this timer was started. Contains zero if paused.
- paused: (boolean) Flag to indicate the timer is paused.
- elapsed: (integer) Total elapsed time since the timer was
created or reset. Updated when timer is paused.
- exclusive: (boolean) Whether or not this timer should cause
other timers to stop when it is started.