@JsonClass(true) data class SearchItem
Search record item
<init> |
Search record item SearchItem(id: String, type: String?, value: String, tags: Map<String, String>) |
id |
unique record's identifier val id: String |
tags |
the record specified attributes val tags: Map<String, String> |
type |
the type of record val type: String? |
value |
the record JSON representation val value: String |