Values.RecoveryLifeCycleSourceAn object representing the Source Network recovery Lifecycle.
type nonrec t = {apiCallDateTime : SyntheticTimestamp_date_time.t option;The date and time the last Source Network recovery was initiated.
*)jobID : JobID.t option;The ID of the Job that was used to last recover the Source Network.
*)lastRecoveryResult : RecoveryResult.t option;The status of the last recovery status of this Source Network.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of JobID.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]