Module Values.OnDemandConfigurationSource

The start and end time for data pull from the source.

Sourcetype nonrec t = {
  1. startTime : NonBlankString.t;
    (*

    The start time for data pull from the source as an Unix/epoch string in milliseconds

    *)
  2. endTime : NonBlankString.t option;
    (*

    The end time for data pull from the source as an Unix/epoch string in milliseconds

    *)
}
Sourceval context_ : string
Sourceval make : ?endTime:??? -> startTime:NonBlankString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonBlankString.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