Skip to main content

ItemSyncResponse

This class represents the response for a synchronization function. It encapsulates the item's ID, the item itself, and the action performed during the synchronization process.

Attributes

AttributeTypeDescription
ID[ItemID](../cache/itemid.md?sid=flytestdlib_cache_itemid)The unique identifier for the item, used to reference it within the system.
Item[Item](../cache/item.md?sid=flytestdlib_cache_item)The item object itself, containing all its properties and data.
Action[SyncAction](../cache/syncaction.md?sid=flytestdlib_cache_syncaction)The synchronization action performed on the item, indicating what operation took place (e.g., created, updated, deleted).