GoogleMapsPlacesV1ContextualContentJustification
import type { GoogleMapsPlacesV1ContextualContentJustification } from "https://googleapis.deno.dev/v1/places:v1.ts";Justifications for the place. Justifications answers the question of why a place could interest an end user.
interface GoogleMapsPlacesV1ContextualContentJustification {
businessAvailabilityAttributesJustification?: GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification;
reviewJustification?: GoogleMapsPlacesV1ContextualContentJustificationReviewJustification;
}§Properties
§
businessAvailabilityAttributesJustification?: GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification
[src]§
reviewJustification?: GoogleMapsPlacesV1ContextualContentJustificationReviewJustification
[src]