dk.sdu.cloud.notification.api.ListNotificationRequest

UCloud Developer Guide / Core / Communication / Notifications

ListNotificationRequest

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

Last updated