toggle menu
stream-video-android
1.11.3
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
PerSDKUsageReport
Per
SDKUsage
Report
data
class
PerSDKUsageReport
(
@
Json
(
name
=
"total"
)
val
total
:
Int
,
@
Json
(
name
=
"by_version"
)
val
byVersion
:
Map
<
String
,
Int
>
)
Members
Constructors
Per
SDKUsage
Report
Link copied to clipboard
constructor
(
@
Json
(
name
=
"total"
)
total
:
Int
,
@
Json
(
name
=
"by_version"
)
byVersion
:
Map
<
String
,
Int
>
)
Properties
by
Version
Link copied to clipboard
val
byVersion
:
Map
<
String
,
Int
>
total
Link copied to clipboard
val
total
:
Int