SearchResultMetadata
class SearchResultMetadata(val reviewCount: Int? = null, val phone: String? = null, val website: String? = null, val rating: Float? = null, val description: String? = null, val openHours: HoursOfOperation? = null, val userReviews: List<UserReview> = emptyList())
Additional metadata for a SearchResult.
Constructors
Link copied to clipboard
constructor(reviewCount: Int? = null, phone: String? = null, website: String? = null, rating: Float? = null, description: String? = null, openHours: HoursOfOperation? = null, userReviews: List<UserReview> = emptyList())