Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
DocumentResponse
/
DocumentResponse
Document
Response
constructor
(
id
:
String
,
shipmentId
:
String
,
documentType
:
String
,
title
:
String
?
=
null
,
scanId
:
String
?
=
null
,
jobId
:
String
?
=
null
,
imagesPaths
:
List
<
String
>
=
emptyList()
,
data
:
JsonObject
?
=
null
,
createdAt
:
String
?
=
null
,
updatedAt
:
String
?
=
null
,
createdById
:
String
?
=
null
)