toggle menu
stream-video-android
1.18.3
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
MetricDescriptor
Metric
Descriptor
data
class
MetricDescriptor
(
@
Json
(
name
=
"label"
)
val
label
:
String
,
@
Json
(
name
=
"description"
)
val
description
:
String
?
=
null
,
@
Json
(
name
=
"unit"
)
val
unit
:
String
?
=
null
)
Members
Constructors
Metric
Descriptor
Link copied to clipboard
constructor
(
@
Json
(
name
=
"label"
)
label
:
String
,
@
Json
(
name
=
"description"
)
description
:
String
?
=
null
,
@
Json
(
name
=
"unit"
)
unit
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
label
Link copied to clipboard
val
label
:
String
unit
Link copied to clipboard
val
unit
:
String
?
=
null