toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_event
/
EyesAttributes
Eyes
Attributes
@
JsonClass
(
generateAdapter
=
true
)
data
class
EyesAttributes
(
@
Json
(
name
=
"left_eye"
)
val
leftEye
:
LeftEye
?
,
@
Json
(
name
=
"right_eye"
)
val
rightEye
:
RightEye
?
)
Members
Constructors
Eyes
Attributes
Link copied to clipboard
constructor
(
@
Json
(
name
=
"left_eye"
)
leftEye
:
LeftEye
?
,
@
Json
(
name
=
"right_eye"
)
rightEye
:
RightEye
?
)
Properties
left
Eye
Link copied to clipboard
val
leftEye
:
LeftEye
?
right
Eye
Link copied to clipboard
val
rightEye
:
RightEye
?