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