/tripkit/TripKitDomain/com.skedgo.tripkit.locations/RealTimeInfo
RealTimeInfo
[jvm]\ class RealTimeInfo(val availableChargingSpaces: Int, val availableVehicles: Int, val totalSpaces: Int, val lastUpdate: Long, val inService: Boolean)
Constructors
RealTimeInfo | [jvm] constructor(availableChargingSpaces: Int, availableVehicles: Int, totalSpaces: Int, lastUpdate: Long, inService: Boolean) |
Properties
Name | Summary |
---|---|
availableChargingSpaces | [jvm] val availableChargingSpaces: Int |
availableVehicles | [jvm] val availableVehicles: Int |
inService | [jvm] val inService: Boolean |
lastUpdate | [jvm] val lastUpdate: Long |
totalSpaces | [jvm] val totalSpaces: Int |