TransactionResult
A transaction result is the object received after a transaction has been executed successfully. It provides information about what has been done.
Constructors
Constructor
new TransactionResult(): TransactionResult;
Returns
TransactionResult
Methods
getCreatedObjects()
getCreatedObjects(): CloudObject[];
Return the ordered list of CloudObjects created in this transaction.
Returns
the list of CloudObjects instances