Values.AcquiredLimitSourceProvides information about the number of resources used.
type nonrec t = {limitId : LimitId.t option;The unique identifier of the limit.
*)count : MinOneMaxInteger.t option;The number of limit resources used.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MinOneMaxInteger.t | `String of LimitId.t ])
list ]