Values_1.OutputColumnSourceOutput column.
type nonrec t = {name : Values_0.ColumnName.t option;The display name of the column..
*)id : Values_0.ColumnId.t option;A unique identifier for the output column.
*)description : ColumnDescriptiveText.t option;A description for a column.
*)type_ : ColumnDataType.t option;The data type of the column.
*)subType : ColumnDataSubType.t option;The sub data type of the column.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.ColumnName.t ]) list ]