toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_verify
/
Check
Check
@
JsonClass
(
generateAdapter
=
true
)
data
class
Check
(
@
Json
(
name
=
"name"
)
val
name
:
String
?
,
@
Json
(
name
=
"object_value"
)
val
objectValue
:
Double
?
,
@
Json
(
name
=
"result"
)
val
result
:
Int
?
,
@
Json
(
name
=
"threshold_value"
)
val
thresholdValue
:
Int
?
)
Members
Constructors
Check
Link copied to clipboard
constructor
(
@
Json
(
name
=
"name"
)
name
:
String
?
,
@
Json
(
name
=
"object_value"
)
objectValue
:
Double
?
,
@
Json
(
name
=
"result"
)
result
:
Int
?
,
@
Json
(
name
=
"threshold_value"
)
thresholdValue
:
Int
?
)
Properties
name
Link copied to clipboard
val
name
:
String
?
object
Value
Link copied to clipboard
val
objectValue
:
Double
?
result
Link copied to clipboard
val
result
:
Int
?
threshold
Value
Link copied to clipboard
val
thresholdValue
:
Int
?