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