Values.QueueSummarySourceThe details of a queue summary.
type nonrec t = {farmId : FarmId.t option;The farm ID.
*)queueId : QueueId.t option;The queue ID.
*)displayName : ResourceName.t option;The display name of the queue summary to update. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)status : QueueStatus.t option;That status of the queue.
*)defaultBudgetAction : DefaultQueueBudgetAction.t option;The default action taken on a queue summary if a budget wasn't configured.
*)blockedReason : QueueBlockedReason.t option;The reason the queue is blocked, if applicable.
*)createdAt : CreatedAt.t option;The date and time the resource was created.
*)createdBy : CreatedBy.t option;The user or system that created this resource.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of FarmId.t
| `Timestamp of CreatedAt.t ])
list ]