aries / net.globalid.aries.storage.models.record.search / SearchItem

SearchItem

@JsonClass(true) data class SearchItem

Search record item

Constructors

<init>

Search record item

SearchItem(id: String, type: String?, value: String, tags: Map<String, String>)

Properties

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