toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_handler
/
BodyAttributes
Body
Attributes
@
JsonClass
(
generateAdapter
=
true
)
data
class
BodyAttributes
(
@
Json
(
name
=
"estimate_accessories"
)
val
estimateAccessories
:
Int
?
,
@
Json
(
name
=
"estimate_basic_attributes"
)
val
estimateBasicAttributes
:
Int
?
,
@
Json
(
name
=
"estimate_upper_body"
)
val
estimateUpperBody
:
Int
?
)
Members
Constructors
Body
Attributes
Link copied to clipboard
constructor
(
@
Json
(
name
=
"estimate_accessories"
)
estimateAccessories
:
Int
?
,
@
Json
(
name
=
"estimate_basic_attributes"
)
estimateBasicAttributes
:
Int
?
,
@
Json
(
name
=
"estimate_upper_body"
)
estimateUpperBody
:
Int
?
)
Properties
estimate
Accessories
Link copied to clipboard
val
estimateAccessories
:
Int
?
estimate
Basic
Attributes
Link copied to clipboard
val
estimateBasicAttributes
:
Int
?
estimate
Upper
Body
Link copied to clipboard
val
estimateUpperBody
:
Int
?