ChargingStationId

@IviExperimental(reasons = [])
data class ChargingStationId(val name: String) : Parcelable

ID used for uniquely identifying a particular ChargingStation. It is not localized and should not be used for display in a production UI.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Inherited functions

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