Values_1.DateTimeParameterSourceA date-time parameter.
type nonrec t = {name : Values_0.NonEmptyString.t;A display name for the date-time parameter.
*)values : SensitiveTimestampList.t;The values for the date-time parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Timestamp of Values_0.SensitiveTimestamp.t ] list
| `String of Values_0.NonEmptyString.t ])
list ]