ListNotificationsQueryParams

data class ListNotificationsQueryParams(val limit: Long? = 50, val cursor: String? = null, val seenAt: Timestamp? = null)

Constructors

Link copied to clipboard
constructor(limit: Long? = 50, 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 seenAt: Timestamp? = null

Functions

Link copied to clipboard