Values.ReservedNodeConfigurationOptionSourceDetails for a reserved-node exchange. Examples include the node type for a reserved node, the price for a node, the node's state, and other details.
type nonrec t = {sourceReservedNode : ReservedNode.t option;targetReservedNodeCount : Integer.t option;The target reserved-node count.
*)targetReservedNodeOffering : ReservedNodeOffering.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `Double of Double.t | `String of String_.t ])
list ]
list
| `String of String_.t
| `Timestamp of TStamp.t ])
list ])
list ]