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