toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-charging-station-api
/
com.mapbox.dash.charging.station.presentation.compose
/
EvSearchItemChargeAggrData
Ev
Search
Item
Charge
Aggr
Data
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
data
class
EvSearchItemChargeAggrData
(
val
status
:
DashEvStatus
?
,
val
capacity
:
DashEvStationCapacity
?
,
val
availableCount
:
Int
?
,
val
totalCount
:
Int
?
)
Members
Constructors
Ev
Search
Item
Charge
Aggr
Data
Link copied to clipboard
constructor
(
status
:
DashEvStatus
?
,
capacity
:
DashEvStationCapacity
?
,
availableCount
:
Int
?
,
totalCount
:
Int
?
)
Properties
available
Count
Link copied to clipboard
val
availableCount
:
Int
?
capacity
Link copied to clipboard
val
capacity
:
DashEvStationCapacity
?
status
Link copied to clipboard
val
status
:
DashEvStatus
?
total
Count
Link copied to clipboard
val
totalCount
:
Int
?