Values.DataReplicationInitiationSourceData replication initiation.
type nonrec t = {startDateTime : ISO8601DatetimeString.t option;The date and time of the current attempt to initiate data replication.
*)nextAttemptDateTime : ISO8601DatetimeString.t option;The date and time of the next attempt to initiate data replication.
*)steps : DataReplicationInitiationSteps.t option;The steps of the current attempt to initiate data replication.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `Enum of string ]) list ] list
| `String of ISO8601DatetimeString.t ])
list ]