Values_1.DateTimeDatasetParameterSourceA date time parameter for a dataset.
type nonrec t = {id : DatasetParameterId.t;An identifier for the parameter that is created in the dataset.
*)name : DatasetParameterName.t;The name of the date time parameter that is created in the dataset.
*)valueType : DatasetParameterValueType.t;The value type of the dataset parameter. Valid values are single value or multi value.
*)timeGranularity : Values_0.TimeGranularity.t option;The time granularity of the date time parameter.
*)defaultValues : DateTimeDatasetParameterDefaultValues.t option;A list of default values for a given date time parameter. This structure only accepts static values.
*)}val make :
?timeGranularity:??? ->
?defaultValues:??? ->
id:DatasetParameterId.t ->
name:DatasetParameterName.t ->
valueType:DatasetParameterValueType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DatasetParameterId.t
| `Structure of
(string
* [> `List of
[> `Timestamp of DateTimeDatasetParameterDefaultValue.t ]
list ])
list ])
list ]