ChargingConnection

public struct ChargingConnection : Codable, Equatable

Contains one FacilityType and one PlugType which are compatible with the vehicle.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Declaration

    Swift

    public init(from decoder: Decoder) throws

Public

  • Declaration

    Swift

    public static func == (lhs: `Self`, rhs: `Self`) -> Bool