Values.PurchaseReservedNodeOfferingMessageSourcetype nonrec t = {reservedNodeOfferingId : String_.t;The unique identifier of the reserved node offering you want to purchase.
*)nodeCount : IntegerOptional.t option;The number of reserved nodes that you want to purchase. Default: 1
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of IntegerOptional.t | `String of String_.t ])
list ]