Show / Hide Table of Contents

Class GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation

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
GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation : IDirectResponseSchema

Properties

AvailabilityLastUpdateTime

object representation of AvailabilityLastUpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use AvailabilityLastUpdateTimeDateTimeOffset instead.")]
public virtual object AvailabilityLastUpdateTime { get; set; }
Property Value
Type Description
object

AvailabilityLastUpdateTimeDateTimeOffset

DateTimeOffset representation of AvailabilityLastUpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? AvailabilityLastUpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

AvailabilityLastUpdateTimeRaw

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

Declaration
[JsonProperty("availabilityLastUpdateTime")]
public virtual string AvailabilityLastUpdateTimeRaw { get; set; }
Property Value
Type Description
string

AvailableCount

Number of connectors in this aggregation that are currently available.

Declaration
[JsonProperty("availableCount")]
public virtual int? AvailableCount { get; set; }
Property Value
Type Description
int?

Count

Number of connectors in this aggregation.

Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }
Property Value
Type Description
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxChargeRateKw

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

Declaration
[JsonProperty("maxChargeRateKw")]
public virtual double? MaxChargeRateKw { get; set; }
Property Value
Type Description
double?

OutOfServiceCount

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

Declaration
[JsonProperty("outOfServiceCount")]
public virtual int? OutOfServiceCount { get; set; }
Property Value
Type Description
int?

Type

The connector type of this aggregation.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX