Values_0.DynamicDefaultValueSourceDefines different defaults to the users or groups based on mapping.
type nonrec t = {userNameColumn : ColumnIdentifier.t option;The column that contains the username.
*)groupNameColumn : ColumnIdentifier.t option;The column that contains the group name.
*)defaultValueColumn : ColumnIdentifier.t;The column that contains the default value of each user or group.
*)}val make :
?userNameColumn:??? ->
?groupNameColumn:??? ->
defaultValueColumn:ColumnIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of DataSetIdentifier.t ]) list ])
list ]