Values_0.AllowedValueSourceAn object representing a value allowed for a property.
type nonrec t = {description : AllowedValueDescriptionString.t option;A description of the allowed value.
*)value : AllowedValueValueString.t option;The value allowed for the property.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AllowedValueDescriptionString.t ]) list ]