Class GoogleMapsPlacesV1ContextualContentJustification
Justifications for the place. Justifications answers the question of why a place could interest an end user.
Inheritance
GoogleMapsPlacesV1ContextualContentJustification
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1ContextualContentJustification : IDirectResponseSchema
Properties
BusinessAvailabilityAttributesJustification
Declaration
[JsonProperty("businessAvailabilityAttributesJustification")]
public virtual GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification BusinessAvailabilityAttributesJustification { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ReviewJustification
Declaration
[JsonProperty("reviewJustification")]
public virtual GoogleMapsPlacesV1ContextualContentJustificationReviewJustification ReviewJustification { get; set; }
Property Value
Implements