Show / Hide Table of Contents

Class EVChargeOptions.Types.ConnectorAggregation

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.

Inheritance
object
EVChargeOptions.Types.ConnectorAggregation
Implements
IMessage<EVChargeOptions.Types.ConnectorAggregation>
IEquatable<EVChargeOptions.Types.ConnectorAggregation>
IDeepCloneable<EVChargeOptions.Types.ConnectorAggregation>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Places.V1
Assembly: Google.Maps.Places.V1.dll
Syntax
public sealed class EVChargeOptions.Types.ConnectorAggregation : IMessage<EVChargeOptions.Types.ConnectorAggregation>, IEquatable<EVChargeOptions.Types.ConnectorAggregation>, IDeepCloneable<EVChargeOptions.Types.ConnectorAggregation>, IBufferMessage, IMessage

Constructors

ConnectorAggregation()

Declaration
public ConnectorAggregation()

ConnectorAggregation(ConnectorAggregation)

Declaration
public ConnectorAggregation(EVChargeOptions.Types.ConnectorAggregation other)
Parameters
Type Name Description
EVChargeOptions.Types.ConnectorAggregation other

Properties

AvailabilityLastUpdateTime

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

Declaration
public Timestamp AvailabilityLastUpdateTime { get; set; }
Property Value
Type Description
Timestamp

AvailableCount

Number of connectors in this aggregation that are currently available.

Declaration
public int AvailableCount { get; set; }
Property Value
Type Description
int

Count

Number of connectors in this aggregation.

Declaration
public int Count { get; set; }
Property Value
Type Description
int

HasAvailableCount

Gets whether the "available_count" field is set

Declaration
public bool HasAvailableCount { get; }
Property Value
Type Description
bool

HasOutOfServiceCount

Gets whether the "out_of_service_count" field is set

Declaration
public bool HasOutOfServiceCount { get; }
Property Value
Type Description
bool

MaxChargeRateKw

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

Declaration
public double MaxChargeRateKw { get; set; }
Property Value
Type Description
double

OutOfServiceCount

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

Declaration
public int OutOfServiceCount { get; set; }
Property Value
Type Description
int

Type

The connector type of this aggregation.

Declaration
public EVConnectorType Type { get; set; }
Property Value
Type Description
EVConnectorType
In this article
Back to top Generated by DocFX