Values.GetNetworkMigrationMapperSegmentConstructRequestSourceRetrieves detailed information about a specific construct within a mapper segment, including its properties and configuration data.
type nonrec t = {networkMigrationDefinitionID : NetworkMigrationDefinitionID.t;The unique identifier of the network migration definition.
*)networkMigrationExecutionID : NetworkMigrationExecutionID.t;The unique identifier of the network migration execution.
*)segmentID : SegmentID.t;The unique identifier of the mapper segment.
*)constructID : ConstructID.t;The unique identifier of the construct within the segment.
*)}val make :
networkMigrationDefinitionID:NetworkMigrationDefinitionID.t ->
networkMigrationExecutionID:NetworkMigrationExecutionID.t ->
segmentID:SegmentID.t ->
constructID:ConstructID.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of NetworkMigrationDefinitionID.t ]) list ]