Values.MigrationTaskUpdateSourceA migration-task progress update.
type nonrec t = {updateDateTime : UpdateDateTime.t option;The timestamp for the update.
*)updateType : UpdateType.t option;The type of the update.
*)migrationTaskState : Task.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `Integer of ProgressPercent.t
| `String of StatusDetail.t ])
list
| `Timestamp of UpdateDateTime.t ])
list ]