Values_0.DateTimeDefaultValuesSourceThe default values of the DateTimeParameterDeclaration.
type nonrec t = {dynamicValue : DynamicDefaultValue.t option;The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
*)staticValues : DateTimeDefaultValueList.t option;The static values of the DataTimeDefaultValues.
*)rollingDate : RollingDateConfiguration.t option;The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Timestamp of SensitiveTimestamp.t ] list
| `Structure of
(string
* [> `String of DataSetIdentifier.t
| `Structure of
(string * [> `String of DataSetIdentifier.t ]) list ])
list ])
list ]