Values.NetworkMigrationCodeGenerationJobDetailsSourceDetails about a network migration code generation job.
type nonrec t = {jobID : NetworkMigrationJobID.t option;The unique identifier of the code generation job.
*)networkMigrationExecutionID : NetworkMigrationExecutionID.t option;The unique identifier of the network migration execution.
*)networkMigrationDefinitionID : NetworkMigrationDefinitionID.t option;The unique identifier of the network migration definition.
*)createdAt : Timestamp.t option;The timestamp when the job was created.
*)endedAt : Timestamp.t option;The timestamp when the job completed or failed.
*)status : NetworkMigrationJobStatus.t option;The current status of the code generation job.
*)statusDetails : LargeBoundedString.t option;Detailed status information about the job.
*)codeGenerationOutputFormatStatusDetailsMap : CodeGenerationOutputFormatStatusDetailsMap.t
option;A map of output format types to their status details.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Enum of string | `String of LargeBoundedString.t ])
list ])
list
| `String of NetworkMigrationJobID.t
| `Timestamp of Timestamp.t ])
list ]