Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
shipments.models
/
ShipmentWithSharing
Shipment
With
Sharing
data
class
ShipmentWithSharing
(
val
shipments
:
List
<
Shipment
>
?
=
null
,
val
shared_with_user_shipments
:
List
<
Shipment
>
?
=
null
)
Members
Constructors
Shipment
With
Sharing
Link copied to clipboard
constructor
(
shipments
:
List
<
Shipment
>
?
=
null
,
shared_with_user_shipments
:
List
<
Shipment
>
?
=
null
)
Properties
shared_
with_
user_
shipments
Link copied to clipboard
val
shared_with_user_shipments
:
List
<
Shipment
>
?
shipments
Link copied to clipboard
val
shipments
:
List
<
Shipment
>
?