toggle menu
stream-video-android
1.11.3
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
UserFeedbackReport
User
Feedback
Report
data
class
UserFeedbackReport
(
@
Json
(
name
=
"unreported_count"
)
val
unreportedCount
:
Int
,
@
Json
(
name
=
"count_by_rating"
)
val
countByRating
:
Map
<
String
,
Int
>
)
Members
Constructors
User
Feedback
Report
Link copied to clipboard
constructor
(
@
Json
(
name
=
"unreported_count"
)
unreportedCount
:
Int
,
@
Json
(
name
=
"count_by_rating"
)
countByRating
:
Map
<
String
,
Int
>
)
Properties
count
By
Rating
Link copied to clipboard
val
countByRating
:
Map
<
String
,
Int
>
unreported
Count
Link copied to clipboard
val
unreportedCount
:
Int