Values.FleetAttributeCapabilitySourceDefines the fleet's capability name, minimum, and maximum.
type nonrec t = {name : AttributeCapabilityName.t;The name of the fleet attribute capability for the worker.
*)values : AttributeCapabilityValuesList.t;The number of fleet attribute capabilities.
*)}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 ]