ListNotificationsRequest

data class ListNotificationsRequest(val cursor: String? = null, val limit: Long? = null, val priority: Boolean? = null, val reasons: List<String>? = null, val seenAt: <Error class: unknown class>? = null)

Enumerate notifications for the requesting account. Requires auth.

Constructors

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

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val limit: Long? = null
Link copied to clipboard
val priority: Boolean? = null
Link copied to clipboard
val reasons: List<String>? = null

Notification reasons to include in response.

Link copied to clipboard
val seenAt: <Error class: unknown class>? = null