UserFeedbackReport

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard