Class InboxEntryDeletedEventData
Represents payload of the InboxEntryDeletedEvent.
public class InboxEntryDeletedEventData
- Inheritance
-
InboxEntryDeletedEventData
- Inherited Members
Properties
EntryId
ID of the deleted Inbox entry.
public string EntryId { get; set; }
Property Value
InboxId
ID of the Inbox that the entry is deleted from.
public string InboxId { get; set; }