toggle menu
stream-video-android
1.14.2
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
ParticipantSeriesUserStats
Participant
Series
User
Stats
data
class
ParticipantSeriesUserStats
(
@
Json
(
name
=
"metrics"
)
val
metrics
:
Map
<
String
,
List
<
List
<
Float
>
>
>
?
=
emptyMap()
)
Members
Constructors
Participant
Series
User
Stats
Link copied to clipboard
constructor
(
@
Json
(
name
=
"metrics"
)
metrics
:
Map
<
String
,
List
<
List
<
Float
>
>
>
?
=
emptyMap()
)
Properties
metrics
Link copied to clipboard
val
metrics
:
Map
<
String
,
List
<
List
<
Float
>
>
>
?