ListNotificationsResponse

data class ListNotificationsResponse(val cursor: String? = null, val notifications: ReadOnlyList<ListNotificationsNotification>, val seenAt: Timestamp? = null)

Constructors

Link copied to clipboard
constructor(cursor: String? = null, notifications: ReadOnlyList<ListNotificationsNotification>, seenAt: Timestamp? = null)

Properties

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