connectorAggregation = $connectorAggregation; } /** * @return GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation[] */ public function getConnectorAggregation() { return $this->connectorAggregation; } /** * @param int */ public function setConnectorCount($connectorCount) { $this->connectorCount = $connectorCount; } /** * @return int */ public function getConnectorCount() { return $this->connectorCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlacesV1EVChargeOptions::class, 'Google_Service_MapsPlaces_GoogleMapsPlacesV1EVChargeOptions');