NotificationResponse

data class NotificationResponse(val time: String, val hasMore: Boolean, val notifications: List<EventResponse>)

Constructors

Link copied to clipboard
constructor(time: String, hasMore: Boolean, notifications: List<EventResponse>)

Properties

Link copied to clipboard
val hasMore: Boolean
Link copied to clipboard
Link copied to clipboard
val time: String