Values.DryRunProgressStatusSourceInformation about the progress of a pre-upgrade dry run analysis.
type nonrec t = {dryRunId : GUID.t option;The unique identifier of the dry run.
*)dryRunStatus : String_.t option;The current status of the dry run.
*)creationDate : String_.t option;The timestamp when the dry run was initiated.
*)updateDate : String_.t option;The timestamp when the dry run was last updated.
*)validationFailures : ValidationFailures.t option;Any validation failures that occurred as a result of the dry run.
*)}