Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
UpdateShipmentScanWeightRequest
Update
Shipment
Scan
Weight
Request
data
class
UpdateShipmentScanWeightRequest
(
val
updatedById
:
String
,
val
weight
:
Float
?
)
:
UpdateShipmentScanBaseRequest
Members
Constructors
Update
Shipment
Scan
Weight
Request
Link copied to clipboard
constructor
(
updatedById
:
String
,
weight
:
Float
?
)
Properties
updated
By
Id
Link copied to clipboard
@
SerialName
(
value
=
"updated_by_id"
)
open
override
val
updatedById
:
String
weight
Link copied to clipboard
@
SerialName
(
value
=
"weight"
)
val
weight
:
Float
?