ConnectorAvailability

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class ConnectorAvailability(val type: ConnectorType, @IntRange(from = 0) val total: Int, val availability: Availability)

The charging connector data.

Throws

Constructors

Link copied to clipboard
constructor(type: ConnectorType, @IntRange(from = 0) total: Int, availability: Availability)

Properties

Link copied to clipboard

The availability data for this connector type.

Link copied to clipboard
val total: Int

The total number of charging points with type.

Link copied to clipboard

The charging connector type.