Values.QueueTransitionSourceDescription of the source and destination queues between which the job has moved, along with the timestamp of the move
type nonrec t = {destinationQueue : string option;The queue that the job was on after the transition.
*)sourceQueue : string option;The queue that the job was on before the transition.
*)timestamp : string option;The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
*)}