ListNotificationsResponse

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)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val priority: Boolean? = null
Link copied to clipboard
val seenAt: Timestamp? = null