toggle menu
stream-video-android
1.14.2
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
UserRatingReportResponse
User
Rating
Report
Response
data
class
UserRatingReportResponse
(
@
Json
(
name
=
"average"
)
val
average
:
Float
,
@
Json
(
name
=
"count"
)
val
count
:
Int
)
Members
Constructors
User
Rating
Report
Response
Link copied to clipboard
constructor
(
@
Json
(
name
=
"average"
)
average
:
Float
,
@
Json
(
name
=
"count"
)
count
:
Int
)
Properties
average
Link copied to clipboard
val
average
:
Float
count
Link copied to clipboard
val
count
:
Int