Show / Hide Table of Contents

Class GoogleMapsPlacesV1ContextualContentJustification

Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. Justifications for the place. Justifications answers the question of why a place could interest an end user.

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

Properties

BusinessAvailabilityAttributesJustification

Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details.

Declaration
[JsonProperty("businessAvailabilityAttributesJustification")]
public virtual GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification BusinessAvailabilityAttributesJustification { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification

ETag

The ETag of the item.

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

ReviewJustification

Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details.

Declaration
[JsonProperty("reviewJustification")]
public virtual GoogleMapsPlacesV1ContextualContentJustificationReviewJustification ReviewJustification { get; set; }
Property Value
Type Description
GoogleMapsPlacesV1ContextualContentJustificationReviewJustification

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX