Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
ShipmentScanVersionMetadata
Shipment
Scan
Version
Metadata
@
Serializable
data
class
ShipmentScanVersionMetadata
(
val
device_type
:
String
,
val
device_model
:
String
,
val
device_brand
:
String
,
val
app_version
:
String
,
val
scanner_version
:
String
,
val
depth_strategy
:
String
)
Members
Constructors
Shipment
Scan
Version
Metadata
Link copied to clipboard
constructor
(
device_type
:
String
,
device_model
:
String
,
device_brand
:
String
,
app_version
:
String
,
scanner_version
:
String
,
depth_strategy
:
String
)
Properties
app_
version
Link copied to clipboard
@
SerialName
(
value
=
"app_version"
)
val
app_version
:
String
depth_
strategy
Link copied to clipboard
@
SerialName
(
value
=
"depth_strategy"
)
val
depth_strategy
:
String
device_
brand
Link copied to clipboard
@
SerialName
(
value
=
"device_brand"
)
val
device_brand
:
String
device_
model
Link copied to clipboard
@
SerialName
(
value
=
"device_model"
)
val
device_model
:
String
device_
type
Link copied to clipboard
@
SerialName
(
value
=
"device_type"
)
val
device_type
:
String
scanner_
version
Link copied to clipboard
@
SerialName
(
value
=
"scanner_version"
)
val
scanner_version
:
String