DestinationMetadata

constructor(extraData: Map<String, String> = mapOf(), reviewCount: Int? = null, phone: String? = null, website: String? = null, rating: Float? = null, description: String? = null, primaryPhotos: List<DestinationImageInfo> = listOf(), openHours: HoursOfOperation? = null, plugShareData: PlugShareData? = null, searchResultMetadata: SearchResultMetadata? = null, stateOfCharge: Int? = null, children: List<DestinationResultSuggestedItem> = emptyList())