Show / Hide Table of Contents

Class GoogleMapsPlacesV1PlaceEvChargeAmenitySummary

The summary of amenities near the EV charging station. This only applies to places with type electric_vehicle_charging_station. The overview field is guaranteed to be provided while the other fields are optional.

Inheritance
object
GoogleMapsPlacesV1PlaceEvChargeAmenitySummary
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 GoogleMapsPlacesV1PlaceEvChargeAmenitySummary : IDirectResponseSchema

Properties

Coffee

A summary of the nearby coffee options.

Declaration
[JsonProperty("coffee")]
public virtual GoogleMapsPlacesV1ContentBlock Coffee { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1ContentBlock

DisclosureText

The AI disclosure message "Summarized with Gemini" (and its localized variants). This will be in the language specified in the request if available.

Declaration
[JsonProperty("disclosureText")]
public virtual GoogleTypeLocalizedText DisclosureText { get; set; }
Property Value
Type Description
GoogleTypeLocalizedText

ETag

The ETag of the item.

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

FlagContentUri

A link where users can flag a problem with the summary.

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

Overview

An overview of the available amenities. This is guaranteed to be provided.

Declaration
[JsonProperty("overview")]
public virtual GoogleMapsPlacesV1ContentBlock Overview { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1ContentBlock

Restaurant

A summary of the nearby restaurants.

Declaration
[JsonProperty("restaurant")]
public virtual GoogleMapsPlacesV1ContentBlock Restaurant { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1ContentBlock

Store

A summary of the nearby gas stations.

Declaration
[JsonProperty("store")]
public virtual GoogleMapsPlacesV1ContentBlock Store { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1ContentBlock

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX