toggle menu
stream-video-android
1.18.3
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
MetricThreshold
Metric
Threshold
data
class
MetricThreshold
(
@
Json
(
name
=
"level"
)
val
level
:
String
,
@
Json
(
name
=
"operator"
)
val
operator
:
String
,
@
Json
(
name
=
"value"
)
val
value
:
Float
,
@
Json
(
name
=
"value_unit"
)
val
valueUnit
:
String
?
=
null
,
@
Json
(
name
=
"window_seconds"
)
val
windowSeconds
:
Int
?
=
null
)
Members
Constructors
Metric
Threshold
Link copied to clipboard
constructor
(
@
Json
(
name
=
"level"
)
level
:
String
,
@
Json
(
name
=
"operator"
)
operator
:
String
,
@
Json
(
name
=
"value"
)
value
:
Float
,
@
Json
(
name
=
"value_unit"
)
valueUnit
:
String
?
=
null
,
@
Json
(
name
=
"window_seconds"
)
windowSeconds
:
Int
?
=
null
)
Properties
level
Link copied to clipboard
val
level
:
String
operator
Link copied to clipboard
val
operator
:
String
value
Link copied to clipboard
val
value
:
Float
value
Unit
Link copied to clipboard
val
valueUnit
:
String
?
=
null
window
Seconds
Link copied to clipboard
val
windowSeconds
:
Int
?
=
null