Values.WorkerAttributeCapabilitySourceThe details of the worker attribute capability.
type nonrec t = {name : AttributeCapabilityName.t;The name of the worker attribute capability.
*)values : AttributeCapabilityValuesList.t;The values of the worker amount capability.
*)}val make :
name:AttributeCapabilityName.t ->
values:AttributeCapabilityValuesList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AttributeCapabilityValue.t ] list
| `String of AttributeCapabilityName.t ])
list ]