GetNotificationsResponse

@Serializable
data class GetNotificationsResponse(val pageItems: List<GetNotification>? = null, val totalFilteredRecords: Int? = null)

GetNotificationsResponse

Parameters

pageItems
totalFilteredRecords

Constructors

Link copied to clipboard
constructor(pageItems: List<GetNotification>? = null, totalFilteredRecords: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard