AutocompleteResponse

fun AutocompleteResponse(    @Json(name = "sections") sections: Map<String, List<Result>>?,     @Json(name = "result_id") resultId: String?,     @Json(name = "request") request: Map<String, Any?>?,     rawData: String?)