Values.RatingScaleItemValueSourceDefines the value for one rating in a custom metric rating scale.
type nonrec t = {stringValue : RatingScaleItemValueStringValueString.t option;A string representing the value for a rating in a custom metric rating scale.
*)floatValue : Float_.t option;A floating point number representing the value for a rating in a custom metric rating scale.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Float of Float_.t
| `String of RatingScaleItemValueStringValueString.t ])
list ]