SearchRequest

fun SearchRequest(searchInput: String, location: GeoCoordinates, maxResultCount: Int = 10, boundary: GeoBoundingBox? = null, languageTag: String? = null, resultTypeFilter: List<ResultType>? = null, countryIsoFilter: List<String>? = null)