GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation class

EV charging information grouped by [type, max_charge_rate_kw].

Shows EV charge aggregation of connectors that have the same type and max charge rate in kw.

Constructors

GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation({String? availabilityLastUpdateTime, int? availableCount, int? count, double? maxChargeRateKw, int? outOfServiceCount, String? type})
GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation.fromJson(Map json_)

Properties

availabilityLastUpdateTime String?
The timestamp when the connector availability information in this aggregation was last updated.
getter/setter pair
availableCount int?
Number of connectors in this aggregation that are currently available.
getter/setter pair
count int?
Number of connectors in this aggregation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxChargeRateKw double?
The static max charging rate in kw of each connector in the aggregation.
getter/setter pair
outOfServiceCount int?
Number of connectors in this aggregation that are currently out of service.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The connector type of this aggregation. Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited