Firebase Recipients
data class FirebaseRecipients(val notificationType: NotificationType, val queue: Queue, val actor: Actor, val recipients: List<Recipient>)
Constructors
Link copied to clipboard
constructor(notificationType: NotificationType, queue: Queue, actor: Actor, recipients: List<Recipient>)