toggle menu
lunaCore
androidJvm
switch theme
search in API
lunaCore
/
ru.visionlabs.sdk.lunaweb.v6.models_event
/
Matche
Matche
@
JsonClass
(
generateAdapter
=
true
)
data
class
Matche
(
@
Json
(
name
=
"candidates"
)
val
candidates
:
List
<
Candidate
>
?
,
@
Json
(
name
=
"label"
)
val
label
:
String
?
)
Members
Constructors
Matche
Link copied to clipboard
constructor
(
@
Json
(
name
=
"candidates"
)
candidates
:
List
<
Candidate
>
?
,
@
Json
(
name
=
"label"
)
label
:
String
?
)
Properties
candidates
Link copied to clipboard
val
candidates
:
List
<
Candidate
>
?
label
Link copied to clipboard
val
label
:
String
?