ListNotificationRequest

API: Internal/Beta

data class ListNotificationRequest(
    val type: String?,
    val since: Long?,
    val itemsPerPage: Int?,
    val page: Int?,
)
Properties
type: String?
since: Long?
itemsPerPage: Int?
page: Int?