DashEvLocation

data class DashEvLocation(val networkName: String?, val poiName: String? = null, val cost: String? = null, val evseList: List<DashEvLocationEvseGroup>, val locationPhotoUrl: String? = null, val openHours: HoursOfOperation? = null)

Constructors

Link copied to clipboard
constructor(networkName: String?, poiName: String? = null, cost: String? = null, evseList: List<DashEvLocationEvseGroup>, locationPhotoUrl: String? = null, openHours: HoursOfOperation? = null)

Types

Link copied to clipboard
data class Aggregate(val fastAdapters: List<DashEvStatus>, val slowAdapters: List<DashEvStatus>, val unknownCapacityAdapters: List<DashEvStatus>)

Properties

Link copied to clipboard
Link copied to clipboard
val cost: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val poiName: String? = null