toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.model
/
IdentifyEvent
Identify
Event
@
JsonClass
(
generateAdapter
=
true
)
data
class
IdentifyEvent
(
@
Json
(
name
=
"matches"
)
val
matches
:
List
<
Match
>
)
Model of the identify event.
Members
Constructors
Identify
Event
Link copied to clipboard
constructor
(
@
Json
(
name
=
"matches"
)
matches
:
List
<
Match
>
)
Properties
matches
Link copied to clipboard
val
matches
:
List
<
Match
>
List of the result matches.