Values_0.OpsItemDataValueSourceAn object that defines the value of the key and its type in the OperationalData map.
type nonrec t = {value : OpsItemDataValueString.t option;The value of the OperationalData key.
*)type_ : OpsItemDataType.t option;The type of key-value pair. Valid types include SearchableString and String.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of OpsItemDataValueString.t ])
list ]