Module Values.GetNetworkMigrationMapperSegmentConstructRequestSource

Retrieves detailed information about a specific construct within a mapper segment, including its properties and configuration data.

Sourcetype nonrec t = {
  1. networkMigrationDefinitionID : NetworkMigrationDefinitionID.t;
    (*

    The unique identifier of the network migration definition.

    *)
  2. networkMigrationExecutionID : NetworkMigrationExecutionID.t;
    (*

    The unique identifier of the network migration execution.

    *)
  3. segmentID : SegmentID.t;
    (*

    The unique identifier of the mapper segment.

    *)
  4. constructID : ConstructID.t;
    (*

    The unique identifier of the construct within the segment.

    *)
}
Sourceval context_ : string
Sourceval make : networkMigrationDefinitionID:NetworkMigrationDefinitionID.t -> networkMigrationExecutionID:NetworkMigrationExecutionID.t -> segmentID:SegmentID.t -> constructID:ConstructID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NetworkMigrationDefinitionID.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t