Skip to main content

CopyObjectsResponse Constructors

An object defining constructors for the CopyObjectsResponse class.

CopyObjectsResponse(tradedObjects)

Initializes a new instance of the CopyObjectsResponse class with the specified mapping of copied objects.

Parameters:

tradedObjects (required): Dictionary<long, GetDMObjectResponse>
The dictionary mapping original object IDs to their corresponding copied object information.

This constructor creates a new CopyObjectsResponse instance by initializing the TradedObjects property with the provided mapping of copied objects.


CopyObjectsResponse()

Initializes a new instance of the CopyObjectsResponse class.