UserFeedbackReportResponse

data class UserFeedbackReportResponse(@Json(name = "daily") val daily: List<DailyAggregateUserFeedbackReportResponse> = emptyList())

Constructors

Link copied to clipboard
constructor(@Json(name = "daily") daily: List<DailyAggregateUserFeedbackReportResponse> = emptyList())

Properties

Link copied to clipboard