List Notifications Response
data class ListNotificationsResponse(val cursor: String? = null, val notifications: List<ListNotificationsNotification>, val priority: Boolean? = null, val seenAt: Timestamp? = null)
Constructors
Link copied to clipboard
constructor(cursor: String? = null, notifications: List<ListNotificationsNotification>, priority: Boolean? = null, seenAt: Timestamp? = null)