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