Values.SavingsPlanOfferingRatePropertySourceInformation about a Savings Plan offering rate property.
type nonrec t = {name : JsonSafeFilterValueString.t option;The property name.
*)value : JsonSafeFilterValueString.t option;The property value.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of JsonSafeFilterValueString.t ]) list ]