toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_verify
/
RectX
Rect
X
@
JsonClass
(
generateAdapter
=
true
)
data
class
RectX
(
@
Json
(
name
=
"height"
)
val
height
:
Int
?
,
@
Json
(
name
=
"width"
)
val
width
:
Int
?
,
@
Json
(
name
=
"x"
)
val
x
:
Int
?
,
@
Json
(
name
=
"y"
)
val
y
:
Int
?
)
Members
Constructors
Rect
X
Link copied to clipboard
constructor
(
@
Json
(
name
=
"height"
)
height
:
Int
?
,
@
Json
(
name
=
"width"
)
width
:
Int
?
,
@
Json
(
name
=
"x"
)
x
:
Int
?
,
@
Json
(
name
=
"y"
)
y
:
Int
?
)
Properties
height
Link copied to clipboard
val
height
:
Int
?
width
Link copied to clipboard
val
width
:
Int
?
x
Link copied to clipboard
val
x
:
Int
?
y
Link copied to clipboard
val
y
:
Int
?