ChargingStationConnectorType

data class ChargingStationConnectorType(val id: String) : Parcelable

A charging station's physical connector type.

Parameters

id

The connector type's identifier.

Constructors

Link copied to clipboard
fun ChargingStationConnectorType(id: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)