toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_handler
/
Threshold
Threshold
@
JsonClass
(
generateAdapter
=
true
)
data
class
Threshold
(
@
Json
(
name
=
"max"
)
val
max
:
Double
?
,
@
Json
(
name
=
"min"
)
val
min
:
Double
?
)
Members
Constructors
Threshold
Link copied to clipboard
constructor
(
@
Json
(
name
=
"max"
)
max
:
Double
?
,
@
Json
(
name
=
"min"
)
min
:
Double
?
)
Properties
max
Link copied to clipboard
val
max
:
Double
?
min
Link copied to clipboard
val
min
:
Double
?