Values_0.DateTimeParameterDeclarationSourceA parameter declaration for the DateTime data type.
type nonrec t = {name : ParameterName.t;The name of the parameter that is being declared.
*)defaultValues : DateTimeDefaultValues.t option;The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
*)timeGranularity : TimeGranularity.t option;The level of time precision that is used to aggregate DateTime values.
*)valueWhenUnset : DateTimeValueWhenUnsetConfiguration.t option;The configuration that defines the default value of a DateTime parameter when a value has not been set.
*)mappedDataSetParameters : MappedDataSetParameters.t option;}val make :
?defaultValues:??? ->
?timeGranularity:??? ->
?valueWhenUnset:??? ->
?mappedDataSetParameters:??? ->
name:ParameterName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of DataSetIdentifier.t ]) list ]
list
| `String of ParameterName.t
| `Structure of
(string
* [> `Enum 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
| `Timestamp of SensitiveTimestamp.t ])
list ])
list ]