IdentifyResponse

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

Response model of the identify query.

Constructors

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

Properties

Link copied to clipboard

List of the result events.