ListNotificationsQueryParams

data class ListNotificationsQueryParams(    val reasons: List<String> = emptyList(),     val limit: Long? = 50,     val priority: Boolean? = null,     val cursor: String? = null,     val seenAt: Timestamp? = null)

Parameters

reasons

Notification reasons to include in response.

Constructors

Link copied to clipboard
constructor(reasons: List<String> = emptyList(), limit: Long? = 50, priority: Boolean? = null, cursor: String? = null, seenAt: Timestamp? = null)

Properties

Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val limit: Long? = 50
Link copied to clipboard
val priority: Boolean? = null
Link copied to clipboard

Notification reasons to include in response.

Link copied to clipboard
val seenAt: Timestamp? = null

Functions

Link copied to clipboard