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
| Attribute | Type | Description |
|---|---|---|
| ID | [ItemID](itemid.md?sid=flytestdlib_cache_itemid) | The unique identifier for the item, used to reference it within the system. |
| Item | [Item](item.md?sid=flytestdlib_cache_item) | The item object itself, containing all relevant data and properties. |
| Action | [SyncAction](syncaction.md?sid=flytestdlib_cache_syncaction) | The synchronization action performed on the item, indicating what operation occurred (e.g., created, updated, deleted). |