ElectricCurrentType

data class ElectricCurrentType(val id: String) : Parcelable

The type of electric current of the charging connector.

Parameters

id

The electric current type's identifier.

Constructors

Link copied to clipboard
fun ElectricCurrentType(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)