Values.DeviceQueueInfoSourceInformation about quantum tasks and hybrid jobs queued on a device.
type nonrec t = {queue : QueueName.t option;The name of the queue.
*)queueSize : String_.t option;The number of hybrid jobs or quantum tasks in the queue for a given device.
*)queuePriority : QueuePriority.t option;Optional. Specifies the priority of the queue. Quantum tasks in a priority queue are processed before the quantum tasks in a normal queue.
*)}