toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_event
/
Mask
Mask
@
JsonClass
(
generateAdapter
=
true
)
data
class
Mask
(
@
Json
(
name
=
"estimations"
)
val
estimations
:
EstimationsXX
?
,
@
Json
(
name
=
"predominant_mask"
)
val
predominantMask
:
String
?
)
Members
Constructors
Mask
Link copied to clipboard
constructor
(
@
Json
(
name
=
"estimations"
)
estimations
:
EstimationsXX
?
,
@
Json
(
name
=
"predominant_mask"
)
predominantMask
:
String
?
)
Properties
estimations
Link copied to clipboard
val
estimations
:
EstimationsXX
?
predominant
Mask
Link copied to clipboard
val
predominantMask
:
String
?