Identifier
public struct Identifier : Hashable
An identifier struct for ChargingStation
.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates a new
ChargingStation.Identifier
instance with given parameters.Declaration
Swift
public init(value: String)
Parameters
value
The string representing the
ChargingStation
identifier.
-
The identifier of a
ChargingStation
instance.Declaration
Swift
public let value: String