toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_event
/
RightEye
Right
Eye
@
JsonClass
(
generateAdapter
=
true
)
data
class
RightEye
(
@
Json
(
name
=
"iris_landmarks"
)
val
irisLandmarks
:
List
<
List
<
Int
>
>
?
,
@
Json
(
name
=
"state"
)
val
state
:
String
?
)
Members
Constructors
Right
Eye
Link copied to clipboard
constructor
(
@
Json
(
name
=
"iris_landmarks"
)
irisLandmarks
:
List
<
List
<
Int
>
>
?
,
@
Json
(
name
=
"state"
)
state
:
String
?
)
Properties
iris
Landmarks
Link copied to clipboard
val
irisLandmarks
:
List
<
List
<
Int
>
>
?
state
Link copied to clipboard
val
state
:
String
?