Values_2.RealTimeContactAnalysisTimeDataSourceObject describing time with which the segment is associated. It can have different representations of time. Currently supported: absoluteTime
type nonrec t = {absoluteTime : RealTimeContactAnalysisTimeInstant.t option;Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Timestamp of RealTimeContactAnalysisTimeInstant.t ]) list ]