Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation

import type { GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation } from "https://googleapis.deno.dev/v1/places:v1.ts";

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.

interface GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation {
availabilityLastUpdateTime?: Date;
availableCount?: number;
count?: number;
maxChargeRateKw?: number;
outOfServiceCount?: number;
type?:
| "EV_CONNECTOR_TYPE_UNSPECIFIED"
| "EV_CONNECTOR_TYPE_OTHER"
| "EV_CONNECTOR_TYPE_J1772"
| "EV_CONNECTOR_TYPE_TYPE_2"
| "EV_CONNECTOR_TYPE_CHADEMO"
| "EV_CONNECTOR_TYPE_CCS_COMBO_1"
| "EV_CONNECTOR_TYPE_CCS_COMBO_2"
| "EV_CONNECTOR_TYPE_TESLA"
| "EV_CONNECTOR_TYPE_UNSPECIFIED_GB_T"
| "EV_CONNECTOR_TYPE_UNSPECIFIED_WALL_OUTLET";
}

§Properties

§
availabilityLastUpdateTime?: Date
[src]

The timestamp when the connector availability information in this aggregation was last updated.

§
availableCount?: number
[src]

Number of connectors in this aggregation that are currently available.

§
count?: number
[src]

Number of connectors in this aggregation.

§
maxChargeRateKw?: number
[src]

The static max charging rate in kw of each connector in the aggregation.

§
outOfServiceCount?: number
[src]

Number of connectors in this aggregation that are currently out of service.

§
type?: "EV_CONNECTOR_TYPE_UNSPECIFIED" | "EV_CONNECTOR_TYPE_OTHER" | "EV_CONNECTOR_TYPE_J1772" | "EV_CONNECTOR_TYPE_TYPE_2" | "EV_CONNECTOR_TYPE_CHADEMO" | "EV_CONNECTOR_TYPE_CCS_COMBO_1" | "EV_CONNECTOR_TYPE_CCS_COMBO_2" | "EV_CONNECTOR_TYPE_TESLA" | "EV_CONNECTOR_TYPE_UNSPECIFIED_GB_T" | "EV_CONNECTOR_TYPE_UNSPECIFIED_WALL_OUTLET"
[src]

The connector type of this aggregation.