CollectionItemChange

class CollectionItemChange(val itemId: String, val action: String)

Contains information about the changed item in the collection.

Constructors

Link copied to clipboard
constructor(itemId: String, action: String)

Properties

Link copied to clipboard

Item change action, which can be "create", "update" or "delete"

Link copied to clipboard

ID of the item