Version: 5.4.10-ice35-b105

OmeroBlitz API
Home Previous Up Next Index

omero::cmd::DuplicateResponse

Overview

class DuplicateResponse extends OK

Result of duplicating model objects.

Data Member Index

duplicates
The duplicate model objects created by the request.

Data Members

api::StringLongListMap duplicates;

The duplicate model objects created by the request. Note: If dryRun is set to true then this instead lists the model objects that would have been duplicated.


Home Previous Up Next Index