Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
shipments.models
/
Dimensions
Dimensions
data
class
Dimensions
(
val
length
:
Float
,
val
width
:
Float
,
val
height
:
Float
)
Members
Constructors
Dimensions
Link copied to clipboard
constructor
(
length
:
Float
,
width
:
Float
,
height
:
Float
)
Properties
height
Link copied to clipboard
val
height
:
Float
length
Link copied to clipboard
val
length
:
Float
width
Link copied to clipboard
val
width
:
Float