ChargingPointName

data class ChargingPointName(val name: String) : Parcelable

Name of the ChargingPoint as it should be displayed to the user.

Constructors

Link copied to clipboard
fun ChargingPointName(name: String)

Properties

Link copied to clipboard
val name: String

Inherited functions

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