sdk
sdk
/
com.sygic.sdk
/
Navigation
/
WarningSettings
/
DimensionalProperties
Dimensional
Properties
@
JsonClass
(
generateAdapter
=
true
)
data
class
DimensionalProperties
(
@
Json
(
name
=
"width"
)
val
width
:
Int
,
@
Json
(
name
=
"weight"
)
val
weight
:
Int
,
@
Json
(
name
=
"axleWeight"
)
val
axleWeight
:
Int
,
@
Json
(
name
=
"height"
)
val
height
:
Int
,
@
Json
(
name
=
"length"
)
val
length
:
Int
)
Constructors
Properties
Constructors
Dimensional
Properties
Link copied to clipboard
fun
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
)
Properties
axle
Weight
Link copied to clipboard
val
axleWeight
:
Int
height
Link copied to clipboard
val
height
:
Int
length
Link copied to clipboard
val
length
:
Int
weight
Link copied to clipboard
val
weight
:
Int
width
Link copied to clipboard
val
width
:
Int