StoreFileDeletedEventData

data class StoreFileDeletedEventData(val fileId: String, val contextId: String, val storeId: String)

Holds information about a file deleted from Store.

Constructors

Link copied to clipboard
constructor(fileId: String, contextId: String, storeId: String)

Properties

Link copied to clipboard

ID of the Store's Context

Link copied to clipboard

ID of the deleted file

Link copied to clipboard

ID of the deleted file's Store