IdentifyEvent

@JsonClass(generateAdapter = true)
data class IdentifyEvent(@Json(name = "matches") val matches: List<Match>)

Model of the identify event.

Constructors

Link copied to clipboard
constructor(@Json(name = "matches") matches: List<Match>)

Properties

Link copied to clipboard

List of the result matches.