Values.GetQueueRequestSourceReturns detailed information about a queue. The information includes the compute node groups that the queue uses to schedule jobs.
type nonrec t = {clusterIdentifier : ClusterIdentifier.t;The name or ID of the cluster of the queue.
*)queueIdentifier : QueueIdentifier.t;The name or ID of the queue.
*)}val make :
clusterIdentifier:ClusterIdentifier.t ->
queueIdentifier:QueueIdentifier.t ->
unit ->
t