sdk
/
com.sygic.sdk
/
Navigation
/
WarningSettings
/
DimensionalProperties
Dimensional
Properties
@
JsonClass
(
generateAdapter =
true
)
data class
DimensionalProperties
(
@
Json
(
name =
"width"
)
width:
Int
,
@
Json
(
name =
"weight"
)
weight:
Int
,
@
Json
(
name =
"axleWeight"
)
axleWeight:
Int
,
@
Json
(
name =
"height"
)
height:
Int
,
@
Json
(
name =
"length"
)
length:
Int
)
Content copied to clipboard
Properties
Properties
axleWeight
Link copied to clipboard
val
axleWeight
:
Int
Content copied to clipboard
height
Link copied to clipboard
val
height
:
Int
Content copied to clipboard
length
Link copied to clipboard
val
length
:
Int
Content copied to clipboard
weight
Link copied to clipboard
val
weight
:
Int
Content copied to clipboard
width
Link copied to clipboard
val
width
:
Int
Content copied to clipboard