Values.HybridJobQueueInfoSourceInformation about the queue for a specified hybrid job.
type nonrec t = {queue : QueueName.t option;The name of the queue.
*)position : String_.t option;Current position of the hybrid job in the jobs queue.
*)message : String_.t option;Optional. Provides more information about the queue position. For example, if the hybrid job is complete and no longer in the queue, the message field contains that information.
*)}