Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
HandlingUnit
/
HandlingUnit
Handling
Unit
constructor
(
id
:
String
=
""
,
weight
:
Float
?
=
null
,
type
:
String
?
=
null
,
height
:
Float
?
=
null
,
length
:
Float
?
=
null
,
width
:
Float
?
=
null
,
freightClass
:
String
?
=
null
,
description
:
String
?
=
null
,
quantity
:
Int
?
=
1
,
imageUrl
:
String
?
=
null
)