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