Values.MultiMeasureAttributeMappingSourcetype nonrec t = {sourceColumn : SchemaName.t;targetMultiMeasureAttributeName : SchemaName.t option;measureValueType : ScalarMeasureValueType.t option;}val make :
?targetMultiMeasureAttributeName:??? ->
?measureValueType:??? ->
sourceColumn:SchemaName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SchemaName.t ]) list ]