ListNotificationsResponse

data class ListNotificationsResponse(val cursor: String? = null, val notifications: List<ListNotificationsNotification>, val priority: Boolean? = null, val seenAt: <Error class: unknown class>? = null)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, notifications: List<ListNotificationsNotification>, priority: Boolean? = null, seenAt: <Error class: unknown class>? = null)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val priority: Boolean? = null
Link copied to clipboard
val seenAt: <Error class: unknown class>? = null