toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models
/
PlugShareData
Plug
Share
Data
data
class
PlugShareData
(
val
id
:
String
?
=
null
,
val
networkId
:
String
?
=
null
,
val
outlets
:
List
<
Outlet
>
=
listOf()
,
val
costDescription
:
String
?
=
null
)
Members
Constructors
Plug
Share
Data
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
networkId
:
String
?
=
null
,
outlets
:
List
<
Outlet
>
=
listOf()
,
costDescription
:
String
?
=
null
)
Properties
cost
Description
Link copied to clipboard
val
costDescription
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null
network
Id
Link copied to clipboard
val
networkId
:
String
?
=
null
outlets
Link copied to clipboard
val
outlets
:
List
<
Outlet
>