GoogleApi.Places.V1.Model.GoogleMapsPlacesV1ContextualContentJustification (google_api_places v0.11.0)
View SourceExperimental: 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.
Attributes
-
businessAvailabilityAttributesJustification
(type:GoogleApi.Places.V1.Model.GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification.t
, default:nil
) - Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. -
reviewJustification
(type:GoogleApi.Places.V1.Model.GoogleMapsPlacesV1ContextualContentJustificationReviewJustification.t
, default:nil
) - Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Places.V1.Model.GoogleMapsPlacesV1ContextualContentJustification{ businessAvailabilityAttributesJustification: GoogleApi.Places.V1.Model.GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification.t() | nil, reviewJustification: GoogleApi.Places.V1.Model.GoogleMapsPlacesV1ContextualContentJustificationReviewJustification.t() | nil }