toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-models
/
com.mapbox.dash.models
/
Outlet
Outlet
data
class
Outlet
(
val
id
:
String
?
=
null
,
val
connector
:
Int
?
=
null
,
val
kilowatts
:
Int
?
=
null
,
val
power
:
Int
?
=
null
)
Members
Constructors
Outlet
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
connector
:
Int
?
=
null
,
kilowatts
:
Int
?
=
null
,
power
:
Int
?
=
null
)
Properties
connector
Link copied to clipboard
val
connector
:
Int
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null
kilowatts
Link copied to clipboard
val
kilowatts
:
Int
?
=
null
power
Link copied to clipboard
val
power
:
Int
?
=
null