Values.SavingsPlanOfferingPropertySourceInformation about a Savings Plan offering property.
type nonrec t = {name : SavingsPlanOfferingPropertyKey.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 ]