toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-charging-station
/
com.mapbox.dash.charging.station.model
/
PlugShareOutlet
Plug
Share
Outlet
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
@
Serializable
class
PlugShareOutlet
(
val
connector
:
Int
,
val
kilowatts
:
Double
?
=
null
,
val
power
:
Int
?
=
null
,
val
status
:
String
?
=
null
)
Members
Constructors
Plug
Share
Outlet
Link copied to clipboard
constructor
(
connector
:
Int
,
kilowatts
:
Double
?
=
null
,
power
:
Int
?
=
null
,
status
:
String
?
=
null
)
Properties
connector
Link copied to clipboard
val
connector
:
Int
is
Available
Link copied to clipboard
val
isAvailable
:
Boolean
is
Status
Unknown
Link copied to clipboard
val
isStatusUnknown
:
Boolean
key
Link copied to clipboard
val
key
:
String
kilowatts
Link copied to clipboard
val
kilowatts
:
Double
?
=
null
power
Link copied to clipboard
val
power
:
Int
?
=
null
status
Link copied to clipboard
val
status
:
String
?
=
null