UserFeedbackReport

data class UserFeedbackReport(@Json(name = "unreported_count") val unreportedCount: Int, @Json(name = "count_by_rating") val countByRating: Map<String, Int>)

Constructors

Link copied to clipboard
constructor(@Json(name = "unreported_count") unreportedCount: Int, @Json(name = "count_by_rating") countByRating: Map<String, Int>)

Properties

Link copied to clipboard
Link copied to clipboard