CopyObjectsResponse
Represents a response containing information about objects that were copied in the document management system.
This class extends BaseResponse to provide a mapping between original object IDs and their corresponding copied object information. It ensures secure transmission of the copied objects' data.
Properties
Name | Description |
---|---|
TradedObjects | Gets the mapping between original object IDs and their copied object information. |
Constructors
Name | Description |
---|---|
CopyObjectsResponse(tradedObjects) | Initializes a new instance of the CopyObjectsResponse class with the specified mapping of copied objects. |
CopyObjectsResponse() | Initializes a new instance of the CopyObjectsResponse class. |