toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_handler
/
AspectRatio
Aspect
Ratio
@
JsonClass
(
generateAdapter
=
true
)
data
class
AspectRatio
(
@
Json
(
name
=
"estimate"
)
val
estimate
:
Int
?
,
@
Json
(
name
=
"threshold"
)
val
threshold
:
Threshold
?
)
Members
Constructors
Aspect
Ratio
Link copied to clipboard
constructor
(
@
Json
(
name
=
"estimate"
)
estimate
:
Int
?
,
@
Json
(
name
=
"threshold"
)
threshold
:
Threshold
?
)
Properties
estimate
Link copied to clipboard
val
estimate
:
Int
?
threshold
Link copied to clipboard
val
threshold
:
Threshold
?