Values.WorkerCapabilitiesSourceThe details for worker capabilities.
type nonrec t = {amounts : WorkerAmountCapabilityList.t;The worker capabilities amounts on a list of worker capabilities.
*)attributes : WorkerAttributeCapabilityList.t;The worker attribute capabilities in the list of attribute capabilities.
*)}val make :
amounts:WorkerAmountCapabilityList.t ->
attributes:WorkerAttributeCapabilityList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Float of Float_.t
| `List of
[> `String of AttributeCapabilityValue.t ] list
| `String of AmountCapabilityName.t ])
list ]
list ])
list ]