Values.TimeSeriesDataPointFormOutputSourceThe time series data points form.
type nonrec t = {formName : TimeSeriesFormName.t option;The name of the time series data points form.
*)typeIdentifier : FormTypeIdentifier.t option;The ID of the type of the time series data points form.
*)typeRevision : Revision.t option;The revision type of the time series data points form.
*)timestamp : Timestamp.t option;The timestamp of the time series data points form.
*)content : TimeSeriesDataPointFormOutputContentString.t option;The content of the time series data points form.
*)id : DataPointIdentifier.t option;The ID of the time series data points form.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of TimeSeriesFormName.t | `Timestamp of Timestamp.t ])
list ]