NotificationIdsDto

data class NotificationIdsDto(val notificationIds: List<Long>)

DTO with notification ids

Constructors

Link copied to clipboard
constructor(notificationIds: List<Long>)

Properties

Link copied to clipboard