Module Values_2.RealTimeContactAnalysisTimeDataSource

Object describing time with which the segment is associated. It can have different representations of time. Currently supported: absoluteTime

Sourcetype nonrec t = {
  1. absoluteTime : RealTimeContactAnalysisTimeInstant.t option;
    (*

    Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.

    *)
}
Sourceval make : ?absoluteTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Timestamp of RealTimeContactAnalysisTimeInstant.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t