Connector

@objcMembers
public class Connector : Codable

Represents the charging connector data.

Important

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

Public

  • The charging connector type.

    Declaration

    Swift

    public let type: String
  • The total number of charging points.

    Declaration

    Swift

    public let total: Int
  • The availability data for this connector.

    Declaration

    Swift

    public let availability: Availability