Values.FleetCapabilitiesSourceThe amounts and attributes of fleets.
type nonrec t = {amounts : FleetAmountCapabilities.t option;Amount capabilities of the fleet.
*)attributes : FleetAttributeCapabilities.t option;Attribute capabilities of the fleet.
*)}val 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 ]