toggle menu
stream-video-android
1.11.3
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
PublisherAggregateStats
Publisher
Aggregate
Stats
data
class
PublisherAggregateStats
(
@
Json
(
name
=
"by_track_type"
)
val
byTrackType
:
Map
<
String
,
Count
>
?
=
null
,
@
Json
(
name
=
"total"
)
val
total
:
Count
?
=
null
)
Members
Constructors
Publisher
Aggregate
Stats
Link copied to clipboard
constructor
(
@
Json
(
name
=
"by_track_type"
)
byTrackType
:
Map
<
String
,
Count
>
?
=
null
,
@
Json
(
name
=
"total"
)
total
:
Count
?
=
null
)
Properties
by
Track
Type
Link copied to clipboard
val
byTrackType
:
Map
<
String
,
Count
>
?
=
null
total
Link copied to clipboard
val
total
:
Count
?
=
null