sdk-search / com.tomtom.online.sdk.search.ev / Connector

Connector

@Beta(2020, 12) data class Connector : Serializable

The charging connector data.

Parameters

type - The charging connector type.

total - The total number of charging points of the type in chargingAvailability.

availability - The current availability data for this connector type.

Properties

availability

val availability: Availability

The current availability data for this connector type.

total

val total: Int

The total number of charging points of the type in chargingAvailability.

type

val type: String

The charging connector type.