Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
api.models
/
SetMyCarrierApiKeyRequest
Set
My
Carrier
Api
Key
Request
@
Serializable
data
class
SetMyCarrierApiKeyRequest
(
val
mycarrierKey
:
String
,
val
originLocationId
:
String
?
)
Members
Constructors
Set
My
Carrier
Api
Key
Request
Link copied to clipboard
constructor
(
mycarrierKey
:
String
,
originLocationId
:
String
?
)
Properties
mycarrier
Key
Link copied to clipboard
@
SerialName
(
value
=
"mycarrier_key"
)
val
mycarrierKey
:
String
origin
Location
Id
Link copied to clipboard
@
SerialName
(
value
=
"origin_location_id"
)
val
originLocationId
:
String
?