Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
PickTicketUploadResponse
Pick
Ticket
Upload
Response
@
Serializable
data
class
PickTicketUploadResponse
(
val
jobId
:
String
,
val
message
:
String
)
Response from pick ticket upload
Members
Constructors
Pick
Ticket
Upload
Response
Link copied to clipboard
constructor
(
jobId
:
String
,
message
:
String
)
Properties
job
Id
Link copied to clipboard
@
SerialName
(
value
=
"job_id"
)
val
jobId
:
String
message
Link copied to clipboard
@
SerialName
(
value
=
"message"
)
val
message
:
String