ChargeHubChargingStation

@Serializable
class ChargeHubChargingStation(    val networkName: String,     val adapters: List<ChargeHubAdapter>,     val costDescription: String? = null,     val listPorts: List<EVPorts>? = null,     val stationId: Int? = null,     val paymentEnabled: Boolean? = null,     val accessHours: Map<Int, AccessHours>? = null,     val alwaysOpen: Boolean? = null,     val otherIndicator: String? = null,     val isOffline: Boolean = false,     val isUnknown: Boolean = false)

Constructors

Link copied to clipboard
constructor(    networkName: String,     adapters: List<ChargeHubAdapter>,     costDescription: String? = null,     listPorts: List<EVPorts>? = null,     stationId: Int? = null,     paymentEnabled: Boolean? = null,     accessHours: Map<Int, AccessHours>? = null,     alwaysOpen: Boolean? = null,     otherIndicator: String? = null,     isOffline: Boolean = false,     isUnknown: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val alwaysOpen: Boolean? = null
Link copied to clipboard
val costDescription: String? = null
Link copied to clipboard
val isOffline: Boolean = false
Link copied to clipboard
val isUnknown: Boolean = false
Link copied to clipboard
val listPorts: List<EVPorts>? = null
Link copied to clipboard
Link copied to clipboard
val otherIndicator: String? = null
Link copied to clipboard
val paymentEnabled: Boolean? = null
Link copied to clipboard
val stationId: Int? = null