toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_dyn_handler_response
/
AggregateEstimations
Aggregate
Estimations
@
JsonClass
(
generateAdapter
=
true
)
data
class
AggregateEstimations
(
@
Json
(
name
=
"body"
)
val
body
:
Body
?
,
@
Json
(
name
=
"face"
)
val
face
:
Face
?
)
Members
Constructors
Aggregate
Estimations
Link copied to clipboard
constructor
(
@
Json
(
name
=
"body"
)
body
:
Body
?
,
@
Json
(
name
=
"face"
)
face
:
Face
?
)
Properties
body
Link copied to clipboard
val
body
:
Body
?
face
Link copied to clipboard
val
face
:
Face
?