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